diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index cce59cc6e748..967603c46998 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -1766,6 +1766,7 @@ xfs_fs_fill_super( | |||
1766 | goto out_free_mp; | 1766 | goto out_free_mp; |
1767 | 1767 | ||
1768 | sb_min_blocksize(sb, BBSIZE); | 1768 | sb_min_blocksize(sb, BBSIZE); |
1769 | sb->s_xattr = xfs_xattr_handlers; | ||
1769 | sb->s_export_op = &xfs_export_operations; | 1770 | sb->s_export_op = &xfs_export_operations; |
1770 | sb->s_qcop = &xfs_quotactl_operations; | 1771 | sb->s_qcop = &xfs_quotactl_operations; |
1771 | sb->s_op = &xfs_super_operations; | 1772 | sb->s_op = &xfs_super_operations; |