Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147777
b: refs/heads/master
c: 7df336e
h: refs/heads/master
i:
  147775: c1ce99c
v: v3
  • Loading branch information
Al Viro authored and Chris Mason committed Jun 10, 2009
1 parent 5ef1d72 commit a0998a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: 524724ed1f224875a117be593540591ed050c73d
refs/heads/master: 7df336ec1266dccbb253bac52c529d3dcc7c22d0
5 changes: 0 additions & 5 deletions trunk/fs/btrfs/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,4 @@ int btrfs_init_acl(struct inode *inode, struct inode *dir)
return 0;
}

int btrfs_check_acl(struct inode *inode, int mask)
{
return 0;
}

#endif /* CONFIG_FS_POSIX_ACL */
4 changes: 4 additions & 0 deletions trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,11 @@ int btrfs_parse_options(struct btrfs_root *root, char *options);
int btrfs_sync_fs(struct super_block *sb, int wait);

/* acl.c */
#ifdef CONFIG_FS_POSIX_ACL
int btrfs_check_acl(struct inode *inode, int mask);
#else
#define btrfs_check_acl NULL
#endif
int btrfs_init_acl(struct inode *inode, struct inode *dir);
int btrfs_acl_chmod(struct inode *inode);

Expand Down

0 comments on commit a0998a8

Please sign in to comment.