projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9268cc3
)
f2fs: update f2fs partition info about SIT/NAT layout
author
Huajun Li
<huajun.li.lee@gmail.com>
Mon, 31 Dec 2012 05:59:09 +0000
(13:59 +0800)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Fri, 4 Jan 2013 00:42:59 +0000
(09:42 +0900)
Update partition info output under debug FS to reflect segment layout correctly.
Signed-off-by: Huajun Li <huajun.li.lee@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/debug.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/f2fs/debug.c
b/fs/f2fs/debug.c
index 0e0380a588ad1502a32633343d2af26d8f075da3..b8ed7a72c6e9816ef6d7a1eb32dc7542a84b5f16 100644
(file)
--- a/
fs/f2fs/debug.c
+++ b/
fs/f2fs/debug.c
@@
-190,8
+190,8
@@
static int stat_show(struct seq_file *s, void *v)
update_general_status(si->sbi);
seq_printf(s, "\n=====[ partition info. #%d ]=====\n", i++);
- seq_printf(s, "[SB: 1] [CP: 2] [
NAT: %d] [SI
T: %d] ",
- si->
nat_area_segs, si->si
t_area_segs);
+ seq_printf(s, "[SB: 1] [CP: 2] [
SIT: %d] [NA
T: %d] ",
+ si->
sit_area_segs, si->na
t_area_segs);
seq_printf(s, "[SSA: %d] [MAIN: %d",
si->ssa_area_segs, si->main_area_segs);
seq_printf(s, "(OverProv:%d Resv:%d)]\n\n",