]> Gentwo Git Trees - linux/.git/commit
f2fs: fix to call f2fs_recover_quota_end() correctly
authorChao Yu <chao@kernel.org>
Mon, 3 Mar 2025 03:25:00 +0000 (11:25 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 00:47:13 +0000 (00:47 +0000)
commitd8f5b91d77a651705d3f76ba0ebd5d7981533333
tree3f009642f09eee59e026832ba96f67ff9ad5edb2
parent3147ee567dd9004a49826ddeaf0a4b12865d4409
f2fs: fix to call f2fs_recover_quota_end() correctly

f2fs_recover_quota_begin() and f2fs_recover_quota_end() should be called
in pair, there is some cases we may skip calling f2fs_recover_quota_end(),
fix it.

Fixes: e1bb7d3d9cbf ("f2fs: fix to recover quota data correctly")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c