瀏覽代碼

f2fs: remove the unused stat_lock

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Gu Zheng 11 年之前
父節點
當前提交
4b2868aa4f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/f2fs/f2fs.h

+ 0 - 1
fs/f2fs/f2fs.h

@@ -1298,7 +1298,6 @@ bool space_for_roll_forward(struct f2fs_sb_info *);
 struct f2fs_stat_info {
 struct f2fs_stat_info {
 	struct list_head stat_list;
 	struct list_head stat_list;
 	struct f2fs_sb_info *sbi;
 	struct f2fs_sb_info *sbi;
-	struct mutex stat_lock;
 	int all_area_segs, sit_area_segs, nat_area_segs, ssa_area_segs;
 	int all_area_segs, sit_area_segs, nat_area_segs, ssa_area_segs;
 	int main_area_segs, main_area_sections, main_area_zones;
 	int main_area_segs, main_area_sections, main_area_zones;
 	int hit_ext, total_ext;
 	int hit_ext, total_ext;