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: sz_154~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38db2760f70fe7f2acd48f1e9baedfc2256fab0;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