]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/btrfs/xattr.c
btrfs: constify xattr_handler
[net-next-2.6.git] / fs / btrfs / xattr.c
index 193b58f7d3f3b36d027a85756c917aa7191f99b2..59acd3eb288adedeedf5a063545c7863bcb49777 100644 (file)
@@ -282,7 +282,7 @@ err:
  * List of handlers for synthetic system.* attributes.  All real ondisk
  * attributes are handled directly.
  */
-struct xattr_handler *btrfs_xattr_handlers[] = {
+const struct xattr_handler *btrfs_xattr_handlers[] = {
 #ifdef CONFIG_BTRFS_FS_POSIX_ACL
        &btrfs_xattr_acl_access_handler,
        &btrfs_xattr_acl_default_handler,