Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358988
b: refs/heads/master
c: f83759e
h: refs/heads/master
v: v3
  • Loading branch information
majianpeng authored and Jaegeuk Kim committed Feb 11, 2013
1 parent 2dd9b2f commit 8cffaaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: facb0205401a6ce4be410e1f4b9357bbc6caa36a
refs/heads/master: f83759e28372e593879f4dd20eb6c5ba6c4f393a
4 changes: 3 additions & 1 deletion trunk/fs/f2fs/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,12 @@ static int stat_show(struct seq_file *s, void *v)

mutex_lock(&f2fs_stat_mutex);
list_for_each_entry_safe(si, next, &f2fs_stat_list, stat_list) {
char devname[BDEVNAME_SIZE];

update_general_status(si->sbi);

seq_printf(s, "\n=====[ partition info. #%d ]=====\n", i++);
seq_printf(s, "\n=====[ partition info(%s). #%d ]=====\n",
bdevname(si->sbi->sb->s_bdev, devname), i++);
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",
Expand Down

0 comments on commit 8cffaaf

Please sign in to comment.