commit | a6d3a479ae082173c6102eba0e502cc439dacf21 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Jul 24 17:12:06 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Jul 31 16:48:31 2017 -0700 |
tree | 78142b6c3b974d8184fb17657a7a7a2e56b765b7 | |
parent | 7a2af766af15887754f7f7a0869b4603b390876a [diff] |
f2fs: record quota during dot{,dot} recovery In ->lookup(), we will have a try to recover dot or dotdot for corrupted directory, once disk quota is on, if it allocates new block during dotdot recovery, we need to record disk quota info for the allocation, so this patch fixes this issue by adding missing dquot_initialize() in __recover_dot_dentries. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>