]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
sync with kernel, noop change for userspace.
authorNathan Scott <nathans@sgi.com>
Mon, 12 Aug 2002 03:31:24 +0000 (03:31 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 12 Aug 2002 03:31:24 +0000 (03:31 +0000)
include/xfs_acl.h

index f50ffde0c483116eb3ef16b81d9f9ec932359d31..c6fd578694a553bce2ebdb4b61729eef81b01013 100644 (file)
@@ -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__ */