Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251165
b: refs/heads/master
c: 345227d
h: refs/heads/master
i:
  251163: 37f034e
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Jens Axboe committed May 20, 2011
1 parent 2d8e1fd commit 3775e6e
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: 771949d03b4f5295f648f09141325fd478f6c7ce
refs/heads/master: 345227d705f2318e9bc088e79fe71a38bb5fe82b
4 changes: 2 additions & 2 deletions trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ static int bdi_debug_stats_show(struct seq_file *m, void *v)
unsigned long background_thresh;
unsigned long dirty_thresh;
unsigned long bdi_thresh;
unsigned long nr_dirty, nr_io, nr_more_io, nr_wb;
unsigned long nr_dirty, nr_io, nr_more_io;
struct inode *inode;

nr_wb = nr_dirty = nr_io = nr_more_io = 0;
nr_dirty = nr_io = nr_more_io = 0;
spin_lock(&inode_wb_list_lock);
list_for_each_entry(inode, &wb->b_dirty, i_wb_list)
nr_dirty++;
Expand Down

0 comments on commit 3775e6e

Please sign in to comment.