diff options
Diffstat (limited to 'fs/reiserfs/super.c')
-rw-r--r-- | fs/reiserfs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 5dad5a2707bc..08879af0af0d 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c | |||
@@ -466,6 +466,8 @@ static void reiserfs_put_super(struct super_block *s) | |||
466 | struct reiserfs_transaction_handle th; | 466 | struct reiserfs_transaction_handle th; |
467 | th.t_trans_id = 0; | 467 | th.t_trans_id = 0; |
468 | 468 | ||
469 | dquot_disable(s, -1, DQUOT_USAGE_ENABLED | DQUOT_LIMITS_ENABLED); | ||
470 | |||
469 | reiserfs_write_lock(s); | 471 | reiserfs_write_lock(s); |
470 | 472 | ||
471 | if (s->s_dirt) | 473 | if (s->s_dirt) |