commit | 6a42e615a28bad49f2e04829486e94190c066390 | [log] [tgz] |
---|---|---|
author | James Simmons <jsimmons@infradead.org> | Tue Aug 16 16:19:24 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 21 15:57:39 2016 +0200 |
tree | 6c83190d18d6a1fc23a2393d2de3542b505a7fd7 | |
parent | a5c954eff652359aeecb4d822e8e8cef86abcb9b [diff] |
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>