f2fs: fix to account missing .skipped_gc_rwsem
authorChao Yu <chao@kernel.org>
Tue, 24 Aug 2021 00:12:08 +0000 (08:12 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 30 Aug 2021 17:12:47 +0000 (10:12 -0700)
commitad126ebddecbf696e0cf214ff56c7b170fa9f0f7
tree7505a773e571e026cebf9d1c0426396abd14a14e
parentd75da8c8a4c5c761936e4a51403f5f21e3aba935
f2fs: fix to account missing .skipped_gc_rwsem

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>
fs/f2fs/gc.c