diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/reiserfs/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index d319963aeb11..c196369fe408 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c | |||
@@ -896,7 +896,7 @@ static int create_privroot(struct dentry *dentry) { return 0; } | |||
896 | #endif | 896 | #endif |
897 | 897 | ||
898 | /* Actual operations that are exported to VFS-land */ | 898 | /* Actual operations that are exported to VFS-land */ |
899 | const struct xattr_handler *reiserfs_xattr_handlers[] = { | 899 | static const struct xattr_handler *reiserfs_xattr_handlers[] = { |
900 | #ifdef CONFIG_REISERFS_FS_XATTR | 900 | #ifdef CONFIG_REISERFS_FS_XATTR |
901 | &reiserfs_xattr_user_handler, | 901 | &reiserfs_xattr_user_handler, |
902 | &reiserfs_xattr_trusted_handler, | 902 | &reiserfs_xattr_trusted_handler, |