Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348964
b: refs/heads/master
c: 7880cee
h: refs/heads/master
v: v3
  • Loading branch information
Huajun Li authored and Jaegeuk Kim committed Jan 4, 2013
1 parent b7274bc commit 5e7155e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9268cc3523c120eed04a6ad980753d6e7b82d071
refs/heads/master: 7880ceedec55fbc3997d80e68670d03395225367
4 changes: 2 additions & 2 deletions trunk/fs/f2fs/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] [SIT: %d] ",
si->nat_area_segs, si->sit_area_segs);
seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ",
si->sit_area_segs, si->nat_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",
Expand Down

0 comments on commit 5e7155e

Please sign in to comment.