diff options
| -rw-r--r-- | fs/f2fs/namei.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 29852bfa7..e97b15a5b 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c @@ -261,6 +261,8 @@ static int __recover_dot_dentries(struct inode *dir, nid_t pino) return 0; } + dquot_initialize(dir); + f2fs_balance_fs(sbi, true); f2fs_lock_op(sbi); |
