diff options
Diffstat (limited to 'fs/gfs2/acl.h')
-rw-r--r-- | fs/gfs2/acl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/gfs2/acl.h b/fs/gfs2/acl.h index 0da38dc7efec..301260c999ba 100644 --- a/fs/gfs2/acl.h +++ b/fs/gfs2/acl.h | |||
@@ -17,8 +17,6 @@ | |||
17 | #define GFS2_ACL_MAX_ENTRIES 25 | 17 | #define GFS2_ACL_MAX_ENTRIES 25 |
18 | 18 | ||
19 | extern struct posix_acl *gfs2_get_acl(struct inode *inode, int type); | 19 | extern struct posix_acl *gfs2_get_acl(struct inode *inode, int type); |
20 | extern int gfs2_acl_create(struct gfs2_inode *dip, struct inode *inode); | 20 | extern int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type); |
21 | extern int gfs2_acl_chmod(struct gfs2_inode *ip, struct iattr *attr); | ||
22 | extern const struct xattr_handler gfs2_xattr_system_handler; | ||
23 | 21 | ||
24 | #endif /* __ACL_DOT_H__ */ | 22 | #endif /* __ACL_DOT_H__ */ |