diff options
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index ecc3fd0ca6bb..3a1640be7ffc 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -834,6 +834,9 @@ struct f2fs_sb_info { | |||
834 | struct f2fs_gc_kthread *gc_thread; /* GC thread */ | 834 | struct f2fs_gc_kthread *gc_thread; /* GC thread */ |
835 | unsigned int cur_victim_sec; /* current victim section num */ | 835 | unsigned int cur_victim_sec; /* current victim section num */ |
836 | 836 | ||
837 | /* threshold for converting bg victims for fg */ | ||
838 | u64 fggc_threshold; | ||
839 | |||
837 | /* maximum # of trials to find a victim segment for SSR and GC */ | 840 | /* maximum # of trials to find a victim segment for SSR and GC */ |
838 | unsigned int max_victim_search; | 841 | unsigned int max_victim_search; |
839 | 842 | ||