From: Wu Fengguang Date: Sun, 12 Sep 2010 19:34:05 +0000 (-0600) Subject: writeback: consolidate variable names in balance_dirty_pages() X-Git-Tag: v3.1-rc1~228^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7762741e3af69720186802e945229b6a5afd5c49;p=pandora-kernel.git writeback: consolidate variable names in balance_dirty_pages() 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 Signed-off-by: Wu Fengguang --- Reading git-diff-tree failed