projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771949d
)
backing-dev: Kill set but not used var in bdi_debug_stats_show()
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Fri, 20 May 2011 19:23:37 +0000
(21:23 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Fri, 20 May 2011 19:23:37 +0000
(21:23 +0200)
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
mm/backing-dev.c
patch
|
blob
|
history
diff --git
a/mm/backing-dev.c
b/mm/backing-dev.c
index
befc875
..
f032e6e
100644
(file)
--- a/
mm/backing-dev.c
+++ b/
mm/backing-dev.c
@@
-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++;