]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_acl.h
Merge branch 'fix/hda' into for-linus
[~andy/linux] / fs / xfs / xfs_acl.h
index 947b150df8ede4576550f6f5d8f10a618348ca7e..00fd357c3e46104aeb7349d69931b9c58d2fa8f9 100644 (file)
@@ -49,7 +49,8 @@ extern int xfs_acl_chmod(struct inode *inode);
 extern int posix_acl_access_exists(struct inode *inode);
 extern int posix_acl_default_exists(struct inode *inode);
 
-extern struct xattr_handler xfs_xattr_system_handler;
+extern struct xattr_handler xfs_xattr_acl_access_handler;
+extern struct xattr_handler xfs_xattr_acl_default_handler;
 #else
 # define xfs_check_acl                                 NULL
 # define xfs_get_acl(inode, type)                      NULL