]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: llite: remove assert for acl refcount
authorJames Simmons <jsimmons@infradead.org>
Tue, 16 Aug 2016 20:19:24 +0000 (16:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 13:57:39 +0000 (15:57 +0200)
commit781f51c57948324df87620a2814dd104fc426bd9
tree6c83190d18d6a1fc23a2393d2de3542b505a7fd7
parent44e54c6488dea8692eb06b67eb32f6cfd4e15f86
staging: lustre: llite: remove assert for acl refcount

The purpose of this asssert to was to ensure lustre
was properly managing its posix_acl access. This test
is invalid due to the VFS layer also taking references
on the posix_acl. In reality their is no simple way to
detect this class of mistakes.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_lib.c