diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index f94aa1f97a0a..c46bc3911798 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include "btrfs_inode.h" | 40 | #include "btrfs_inode.h" |
41 | #include "ioctl.h" | 41 | #include "ioctl.h" |
42 | #include "print-tree.h" | 42 | #include "print-tree.h" |
43 | #include "xattr.h" | ||
43 | 44 | ||
44 | #define BTRFS_SUPER_MAGIC 0x9123683E | 45 | #define BTRFS_SUPER_MAGIC 0x9123683E |
45 | 46 | ||
@@ -106,6 +107,7 @@ static int btrfs_fill_super(struct super_block * sb, void * data, int silent) | |||
106 | sb->s_maxbytes = MAX_LFS_FILESIZE; | 107 | sb->s_maxbytes = MAX_LFS_FILESIZE; |
107 | sb->s_magic = BTRFS_SUPER_MAGIC; | 108 | sb->s_magic = BTRFS_SUPER_MAGIC; |
108 | sb->s_op = &btrfs_super_ops; | 109 | sb->s_op = &btrfs_super_ops; |
110 | sb->s_xattr = btrfs_xattr_handlers; | ||
109 | sb->s_time_gran = 1; | 111 | sb->s_time_gran = 1; |
110 | 112 | ||
111 | tree_root = open_ctree(sb); | 113 | tree_root = open_ctree(sb); |