summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
diff options
context:
space:
mode:
authorGu Zheng2014-07-11 12:35:44 +0200
committerJaegeuk Kim2014-07-12 00:01:48 +0200
commit4b2868aa4f07eeb64e96c2e0823387c426eca356 (patch)
tree0ab9a47734b599a3b4c095e6b382fd654c6cdced /fs/f2fs
parentf2fs: cleanup the needless return of f2fs_create_root_stats (diff)
downloadkernel-qcow2-linux-4b2868aa4f07eeb64e96c2e0823387c426eca356.tar.gz
kernel-qcow2-linux-4b2868aa4f07eeb64e96c2e0823387c426eca356.tar.xz
kernel-qcow2-linux-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>
Diffstat (limited to 'fs/f2fs')
-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 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;