diff options
author | Gu Zheng <guz.fnst@cn.fujitsu.com> | 2014-07-11 06:35:44 -0400 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-07-11 18:01:48 -0400 |
commit | 4b2868aa4f07eeb64e96c2e0823387c426eca356 (patch) | |
tree | 0ab9a47734b599a3b4c095e6b382fd654c6cdced | |
parent | 7a6c76b1b2f2c9555571647f07fc7ccada0a1b0a (diff) |
f2fs: remove the unused stat_lock
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r-- | fs/f2fs/f2fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index ae3b4ac7a254..8f507d4c0f71 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -1298,7 +1298,6 @@ bool space_for_roll_forward(struct f2fs_sb_info *); | |||
1298 | struct f2fs_stat_info { | 1298 | struct f2fs_stat_info { |
1299 | struct list_head stat_list; | 1299 | struct list_head stat_list; |
1300 | struct f2fs_sb_info *sbi; | 1300 | struct f2fs_sb_info *sbi; |
1301 | struct mutex stat_lock; | ||
1302 | int all_area_segs, sit_area_segs, nat_area_segs, ssa_area_segs; | 1301 | int all_area_segs, sit_area_segs, nat_area_segs, ssa_area_segs; |
1303 | int main_area_segs, main_area_sections, main_area_zones; | 1302 | int main_area_segs, main_area_sections, main_area_zones; |
1304 | int hit_ext, total_ext; | 1303 | int hit_ext, total_ext; |