summaryrefslogtreecommitdiffstats
path: root/module/zfs
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-08-02 10:50:52 -0700
committerNed Bass <[email protected]>2016-09-05 16:07:08 -0700
commit97a1bbd4ea422c8dbd03dc0577402ba6742da566 (patch)
tree208725cb6625a8312c04b4942bae49ce887a5ab9 /module/zfs
parent01d99813493de9078b45bb93a2e51ea2f43fabb0 (diff)
Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHING
Remove ZFS_AC_KERNEL_CURRENT_UMASK and ZFS_AC_KERNEL_POSIX_ACL_CACHING configure checks, all supported kernel provide this functionality. Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Nikolay Borisov <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes #4922
Diffstat (limited to 'module/zfs')
-rw-r--r--module/zfs/zpl_xattr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/zfs/zpl_xattr.c b/module/zfs/zpl_xattr.c
index 1a15d4d61..abe150267 100644
--- a/module/zfs/zpl_xattr.c
+++ b/module/zfs/zpl_xattr.c
@@ -1017,11 +1017,9 @@ zpl_get_acl(struct inode *ip, int type)
char *name;
int size;
-#ifdef HAVE_POSIX_ACL_CACHING
acl = get_cached_acl(ip, type);
if (acl != ACL_NOT_CACHED)
return (acl);
-#endif /* HAVE_POSIX_ACL_CACHING */
switch (type) {
case ACL_TYPE_ACCESS: