From: Johannes Weiner Date: Tue, 10 Jan 2012 23:06:57 +0000 (-0800) Subject: mm/page-writeback.c: make determine_dirtyable_memory static again X-Git-Tag: v3.3-rc1~113^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1edf223485c42c99655dcd001db1e46ad5e5d2d7;p=pandora-kernel.git mm/page-writeback.c: make determine_dirtyable_memory static again The tracing ring-buffer used this function briefly, but not anymore. Make it local to the writeback code again. Also, move the function so that no forward declaration needs to be reintroduced. Signed-off-by: Johannes Weiner Acked-by: Mel Gorman Reviewed-by: Michal Hocko Cc: Wu Fengguang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed