diff options
Diffstat (limited to 'fs/udf/super.c')
-rw-r--r-- | fs/udf/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c index b154c41a7a9a..76a61566f299 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
@@ -2102,6 +2102,8 @@ static void udf_put_super(struct super_block *sb) | |||
2102 | int i; | 2102 | int i; |
2103 | struct udf_sb_info *sbi; | 2103 | struct udf_sb_info *sbi; |
2104 | 2104 | ||
2105 | dquot_disable(sb, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); | ||
2106 | |||
2105 | sbi = UDF_SB(sb); | 2107 | sbi = UDF_SB(sb); |
2106 | 2108 | ||
2107 | lock_kernel(); | 2109 | lock_kernel(); |