From: Nathan Scott Date: Mon, 12 Aug 2002 03:31:24 +0000 (+0000) Subject: sync with kernel, noop change for userspace. X-Git-Tag: v2.3.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45562231cb21ab78f5e755d3e0a33afd696df843;p=thirdparty%2Fxfsprogs-dev.git sync with kernel, noop change for userspace. --- diff --git a/include/xfs_acl.h b/include/xfs_acl.h index f50ffde0c..c6fd57869 100644 --- a/include/xfs_acl.h +++ b/include/xfs_acl.h @@ -97,8 +97,6 @@ extern struct kmem_zone *xfs_acl_zone; #define _ACL_ACCESS_EXISTS xfs_acl_vhasacl_access #define _ACL_DEFAULT_EXISTS xfs_acl_vhasacl_default #define _ACL_XFS_IACCESS(i,m,c) (XFS_IFORK_Q(i) ? xfs_acl_iaccess(i,m,c) : -1) -#define _ACL_SET_IFLAG(inode) ((inode)->i_flags |= S_POSIXACL) -#define _ACL_CLEAR_IFLAG(inode) ((inode)->i_flags &= ~S_POSIXACL) #else #define xfs_acl_vset(v,p,sz,t) (-EOPNOTSUPP) @@ -115,8 +113,6 @@ extern struct kmem_zone *xfs_acl_zone; #define _ACL_ACCESS_EXISTS (NULL) #define _ACL_DEFAULT_EXISTS (NULL) #define _ACL_XFS_IACCESS(i,m,c) (-1) -#define _ACL_SET_IFLAG(inode) do { } while (0) -#define _ACL_CLEAR_IFLAG(inode) do { } while (0) #endif #endif /* __KERNEL__ */