Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164059
b: refs/heads/master
c: e055f7e
h: refs/heads/master
i:
  164057: acf027a
  164055: 3377170
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Sep 17, 2009
1 parent 1723b08 commit 1743f5f
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: be9e62a7307583594d88f6ccf57a4e30308e7b21
refs/heads/master: e055f7e873d900925c222cf2d1ec955af4a9ca90
4 changes: 3 additions & 1 deletion trunk/fs/ubifs/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,10 @@ int dbg_check_space_info(struct ubifs_info *c)
ubifs_msg("saved lprops statistics dump");
dbg_dump_lstats(&d->saved_lst);
ubifs_get_lp_stats(c, &lst);

ubifs_msg("current lprops statistics dump");
dbg_dump_lstats(&d->saved_lst);
dbg_dump_lstats(&lst);

spin_lock(&c->space_lock);
dbg_dump_budg(c);
spin_unlock(&c->space_lock);
Expand Down

0 comments on commit 1743f5f

Please sign in to comment.