Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107456
b: refs/heads/master
c: 136f8f2
h: refs/heads/master
v: v3
  • Loading branch information
Tim Shimmin authored and Niv Sardi committed Jul 28, 2008
1 parent 4fc8f40 commit 1a668b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2edbddd5f46cc123b68c11179115041c54759fa2
refs/heads/master: 136f8f21b6d564f553abe6130127d16fb50432d3
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ typedef struct xfs_acl {
#define SGI_ACL_FILE_SIZE (sizeof(SGI_ACL_FILE)-1)
#define SGI_ACL_DEFAULT_SIZE (sizeof(SGI_ACL_DEFAULT)-1)

#define _ACL_TYPE_ACCESS 1
#define _ACL_TYPE_DEFAULT 2

#ifdef CONFIG_XFS_POSIX_ACL

Expand All @@ -66,8 +68,6 @@ extern int xfs_acl_vset(bhv_vnode_t *, void *, size_t, int);
extern int xfs_acl_vget(bhv_vnode_t *, void *, size_t, int);
extern int xfs_acl_vremove(bhv_vnode_t *, int);

#define _ACL_TYPE_ACCESS 1
#define _ACL_TYPE_DEFAULT 2
#define _ACL_PERM_INVALID(perm) ((perm) & ~(ACL_READ|ACL_WRITE|ACL_EXECUTE))

#define _ACL_INHERIT(c,m,d) (xfs_acl_inherit(c,m,d))
Expand Down

0 comments on commit 1a668b6

Please sign in to comment.