]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/xfs/xfs_acl.h
xfs: constify xattr_handler
[net-next-2.6.git] / fs / xfs / xfs_acl.h
index d13eeba2c8f8a725821a145d8843eb4efa21a787..0135e2a669d78924c2e4261450ad5d17676371b8 100644 (file)
@@ -49,8 +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_acl_access_handler;
-extern struct xattr_handler xfs_xattr_acl_default_handler;
+extern const struct xattr_handler xfs_xattr_acl_access_handler;
+extern const struct xattr_handler xfs_xattr_acl_default_handler;
 #else
 # define xfs_check_acl                                 NULL
 # define xfs_get_acl(inode, type)                      NULL