Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262078
b: refs/heads/master
c: 206d440
h: refs/heads/master
v: v3
  • Loading branch information
Markus Trippelsdorf authored and Al Viro committed Aug 1, 2011
1 parent b8e50f4 commit 9aedd14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 43c1c9cd244098012441b90c32304f11f1258d43
refs/heads/master: 206d440f64030b6425841bf7cb38e26a5ea0c382
5 changes: 4 additions & 1 deletion trunk/fs/xfs/xfs_acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ extern int posix_acl_default_exists(struct inode *inode);
extern const struct xattr_handler xfs_xattr_acl_access_handler;
extern const struct xattr_handler xfs_xattr_acl_default_handler;
#else
# define xfs_get_acl(inode, type) NULL
static inline struct posix_acl *xfs_get_acl(struct inode *inode, int type)
{
return NULL;
}
# define xfs_inherit_acl(inode, default_acl) 0
# define xfs_acl_chmod(inode) 0
# define posix_acl_access_exists(inode) 0
Expand Down

0 comments on commit 9aedd14

Please sign in to comment.