commit | 8861964f4c7caecbacc89bcb6b513b40cf097a02 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Mar 24 14:38:36 2016 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 28 13:49:39 2016 -0400 |
tree | 0bbc723dd7077519120bb58fde46ddf3a16f887b | |
parent | 7dffc87f2eea9f80889d2eb87bfbe63e51b9709c [diff] |
jfs: Remove unnecessary code in jfs_get_acl The get_acl inode operation is called only when no ACL is cached. It makes no sense to check for a cached ACL as the first thing inside such inode operations. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>