git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c6343
)
writeback: set max_pause to lowest value on zero bdi_dirty
author
Wu Fengguang
<fengguang.wu@intel.com>
Sat, 3 Dec 2011 00:21:51 +0000
(18:21 -0600)
committer
Wu Fengguang
<fengguang.wu@intel.com>
Thu, 8 Dec 2011 02:49:29 +0000
(10:49 +0800)
Some trace shows lots of bdi_dirty=0 lines where it's actually some
small value if w/o the accounting errors in the per-cpu bdi stats.
In this case the max pause time should really be set to the smallest
(non-zero) value to avoid IO queue underrun and improve throughput.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
mm/page-writeback.c
patch
|
blob
|
history
diff --cc
mm/page-writeback.c
Simple merge