diff options
Diffstat (limited to 'fs/reiserfs/acl.h')
-rw-r--r-- | fs/reiserfs/acl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/acl.h b/fs/reiserfs/acl.h index f096b80e73d8..4a211f5b34b8 100644 --- a/fs/reiserfs/acl.h +++ b/fs/reiserfs/acl.h | |||
@@ -48,18 +48,18 @@ static inline int reiserfs_acl_count(size_t size) | |||
48 | 48 | ||
49 | #ifdef CONFIG_REISERFS_FS_POSIX_ACL | 49 | #ifdef CONFIG_REISERFS_FS_POSIX_ACL |
50 | struct posix_acl *reiserfs_get_acl(struct inode *inode, int type); | 50 | struct posix_acl *reiserfs_get_acl(struct inode *inode, int type); |
51 | int reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type); | ||
51 | int reiserfs_acl_chmod(struct inode *inode); | 52 | int reiserfs_acl_chmod(struct inode *inode); |
52 | int reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, | 53 | int reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, |
53 | struct inode *dir, struct dentry *dentry, | 54 | struct inode *dir, struct dentry *dentry, |
54 | struct inode *inode); | 55 | struct inode *inode); |
55 | int reiserfs_cache_default_acl(struct inode *dir); | 56 | int reiserfs_cache_default_acl(struct inode *dir); |
56 | extern const struct xattr_handler reiserfs_posix_acl_default_handler; | ||
57 | extern const struct xattr_handler reiserfs_posix_acl_access_handler; | ||
58 | 57 | ||
59 | #else | 58 | #else |
60 | 59 | ||
61 | #define reiserfs_cache_default_acl(inode) 0 | 60 | #define reiserfs_cache_default_acl(inode) 0 |
62 | #define reiserfs_get_acl NULL | 61 | #define reiserfs_get_acl NULL |
62 | #define reiserfs_set_acl NULL | ||
63 | 63 | ||
64 | static inline int reiserfs_acl_chmod(struct inode *inode) | 64 | static inline int reiserfs_acl_chmod(struct inode *inode) |
65 | { | 65 | { |