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:
00821b0
)
writeback: consolidate variable names in balance_dirty_pages()
author
Wu Fengguang
<fengguang.wu@intel.com>
Sun, 12 Sep 2010 19:34:05 +0000
(13:34 -0600)
committer
Wu Fengguang
<fengguang.wu@intel.com>
Sun, 10 Jul 2011 05:09:02 +0000
(22:09 -0700)
Introduce
nr_dirty = NR_FILE_DIRTY + NR_WRITEBACK + NR_UNSTABLE_NFS
in order to simplify many tests in the following patches.
balance_dirty_pages() will eventually care only about the dirty sums
besides nr_writeback.
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
mm/page-writeback.c
patch
|
blob
|
history
diff --cc
mm/page-writeback.c
Simple merge