commit | 45cb5f86c1c65da62806d0c9618e9351a4025efa | [log] [tgz] |
---|---|---|
author | Chao Yu <chao@kernel.org> | Tue Aug 24 08:12:08 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Sep 18 13:40:16 2021 +0200 |
tree | f2b73999579bc7d891c926c347f7dc1ad6542624 | |
parent | fd69f613af534eebd6fd79eb27b5b0a0d6b94686 [diff] |
f2fs: fix to account missing .skipped_gc_rwsem [ Upstream commit ad126ebddecbf696e0cf214ff56c7b170fa9f0f7 ] There is a missing place we forgot to account .skipped_gc_rwsem, fix it. Fixes: 6f8d4455060d ("f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc") Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>