projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25105e
)
writeback: kill space in debugfs item name
author
Wu Fengguang
<fengguang.wu@intel.com>
Fri, 9 Oct 2009 11:01:27 +0000
(13:01 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 9 Oct 2009 11:01:27 +0000
(13:01 +0200)
The space is not script friendly, kill it.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
mm/backing-dev.c
patch
|
blob
|
history
diff --git
a/mm/backing-dev.c
b/mm/backing-dev.c
index 3d3accb1f8001dc58ade1436df6295415eda00c6..5a37e205571785cfcc93ee7b4b95180df4e951e4 100644
(file)
--- a/
mm/backing-dev.c
+++ b/
mm/backing-dev.c
@@
-92,7
+92,7
@@
static int bdi_debug_stats_show(struct seq_file *m, void *v)
"BdiDirtyThresh: %8lu kB\n"
"DirtyThresh: %8lu kB\n"
"BackgroundThresh: %8lu kB\n"
- "Write
Back threads:
%8lu\n"
+ "Write
backThreads:
%8lu\n"
"b_dirty: %8lu\n"
"b_io: %8lu\n"
"b_more_io: %8lu\n"