aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorChao Yu <chao.yu@oppo.com>2022-08-20 11:06:00 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2022-08-29 21:15:51 -0700
commit265576181b4afda8c60ae85261f55a8430419884 (patch)
tree20006f6af43072d31e386ffaec920f9c160fd01f /fs/f2fs/f2fs.h
parentf2fs: iostat: support accounting compressed IO (diff)
downloadlinux-dev-265576181b4afda8c60ae85261f55a8430419884.tar.xz
linux-dev-265576181b4afda8c60ae85261f55a8430419884.zip
f2fs: remove gc_urgent_high_limited for cleanup
Remove redundant sbi->gc_urgent_high_limited. Signed-off-by: Chao Yu <chao.yu@oppo.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 809419a258ed..6770210aae70 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1731,7 +1731,6 @@ struct f2fs_sb_info {
unsigned int gc_mode; /* current GC state */
unsigned int next_victim_seg[2]; /* next segment in victim section */
spinlock_t gc_urgent_high_lock;
- bool gc_urgent_high_limited; /* indicates having limited trial count */
unsigned int gc_urgent_high_remaining; /* remaining trial count for GC_URGENT_HIGH */
/* for skip statistic */