diff options
author | Gu Zheng <guz.fnst@cn.fujitsu.com> | 2014-07-11 18:35:44 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-07-11 15:01:48 -0700 |
commit | 4b2868aa4f07eeb64e96c2e0823387c426eca356 (patch) | |
tree | 0ab9a47734b599a3b4c095e6b382fd654c6cdced | |
parent | 7a6c76b1b2f2c9555571647f07fc7ccada0a1b0a (diff) | |
download | linux-stable-4b2868aa4f07eeb64e96c2e0823387c426eca356.tar.gz linux-stable-4b2868aa4f07eeb64e96c2e0823387c426eca356.tar.bz2 linux-stable-4b2868aa4f07eeb64e96c2e0823387c426eca356.zip |
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 *); struct f2fs_stat_info { struct list_head stat_list; struct f2fs_sb_info *sbi; - struct mutex stat_lock; int all_area_segs, sit_area_segs, nat_area_segs, ssa_area_segs; int main_area_segs, main_area_sections, main_area_zones; int hit_ext, total_ext; |