Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[cascardo/linux.git] / fs / xfs / xfs_super.c
index 9f622fe..206b97f 100644 (file)
@@ -1425,6 +1425,7 @@ xfs_fs_fill_super(
        sb->s_export_op = &xfs_export_operations;
 #ifdef CONFIG_XFS_QUOTA
        sb->s_qcop = &xfs_quotactl_operations;
+       sb->s_quota_types = QTYPE_MASK_USR | QTYPE_MASK_GRP | QTYPE_MASK_PRJ;
 #endif
        sb->s_op = &xfs_super_operations;