aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 77e2eb061bfa..71eacd373916 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -410,6 +410,7 @@ struct f2fs_sb_info {
410 /* for cleaning operations */ 410 /* for cleaning operations */
411 struct mutex gc_mutex; /* mutex for GC */ 411 struct mutex gc_mutex; /* mutex for GC */
412 struct f2fs_gc_kthread *gc_thread; /* GC thread */ 412 struct f2fs_gc_kthread *gc_thread; /* GC thread */
413 unsigned int cur_victim_sec; /* current victim section num */
413 414
414 /* 415 /*
415 * for stat information. 416 * for stat information.
@@ -979,7 +980,6 @@ int lookup_journal_in_cursum(struct f2fs_summary_block *,
979 int, unsigned int, int); 980 int, unsigned int, int);
980void flush_sit_entries(struct f2fs_sb_info *); 981void flush_sit_entries(struct f2fs_sb_info *);
981int build_segment_manager(struct f2fs_sb_info *); 982int build_segment_manager(struct f2fs_sb_info *);
982void reset_victim_segmap(struct f2fs_sb_info *);
983void destroy_segment_manager(struct f2fs_sb_info *); 983void destroy_segment_manager(struct f2fs_sb_info *);
984 984
985/* 985/*