]> Pileus Git - ~andy/linux/blobdiff - fs/gfs2/acl.h
gfs2: use generic posix ACL infrastructure
[~andy/linux] / fs / gfs2 / acl.h
index 0da38dc7efec24959a1ad656ff2cda8b561db1e0..301260c999ba994bbcab3af270962cd93058dcd9 100644 (file)
@@ -17,8 +17,6 @@
 #define GFS2_ACL_MAX_ENTRIES           25
 
 extern struct posix_acl *gfs2_get_acl(struct inode *inode, int type);
-extern int gfs2_acl_create(struct gfs2_inode *dip, struct inode *inode);
-extern int gfs2_acl_chmod(struct gfs2_inode *ip, struct iattr *attr);
-extern const struct xattr_handler gfs2_xattr_system_handler;
+extern int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type);
 
 #endif /* __ACL_DOT_H__ */