projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6c76b
)
f2fs: remove the unused stat_lock
author
Gu Zheng
<guz.fnst@cn.fujitsu.com>
Fri, 11 Jul 2014 10:35:44 +0000
(18:35 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Fri, 11 Jul 2014 22:01:48 +0000
(15:01 -0700)
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/f2fs/f2fs.h
b/fs/f2fs/f2fs.h
index ae3b4ac7a2549f41a97eae69c7e3408717cb2d4f..8f507d4c0f71839dedd2d78fdd5487aee9bed23c 100644
(file)
--- 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;