commit | 4b312af263c559111088686bd6fc3c92c39cd451 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Jul 24 17:12:06 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Sep 21 12:56:40 2017 -0700 |
tree | c0b6dcd7621a54cfecf592ce1cf328a6f41b2699 | |
parent | fbcf931d63b20860fe09b8e36e0e5d77cfe58fc2 [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>