|
@@ -218,12 +218,6 @@ static struct super_block *alloc_super(struct file_system_type *type, int flags)
|
|
|
atomic_set(&s->s_active, 1);
|
|
|
mutex_init(&s->s_vfs_rename_mutex);
|
|
|
lockdep_set_class(&s->s_vfs_rename_mutex, &type->s_vfs_rename_key);
|
|
|
- /*
|
|
|
- * For now MAXQUOTAS check in do_quotactl() will limit quota type
|
|
|
- * appropriately. When each fs sets allowed_types, we can remove the
|
|
|
- * line below
|
|
|
- */
|
|
|
- s->s_quota_types = QTYPE_MASK_USR | QTYPE_MASK_GRP | QTYPE_MASK_PRJ;
|
|
|
mutex_init(&s->s_dquot.dqio_mutex);
|
|
|
mutex_init(&s->s_dquot.dqonoff_mutex);
|
|
|
s->s_maxbytes = MAX_NON_LFS;
|