From: H Hartley Sweeten Date: Thu, 12 Apr 2012 20:44:20 +0000 (-0700) Subject: mm: page-writeback.c: local functions should not be exposed globally X-Git-Tag: v3.5-rc1~60^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18cf8cf8bab1296f477ee4dd8f78b5b23c5a192e;p=pandora-kernel.git mm: page-writeback.c: local functions should not be exposed globally The function global_dirtyable_memory is only referenced in this file and should be marked static to prevent it from being exposed globally. This quiets the sparse warning: warning: symbol 'global_dirtyable_memory' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Fengguang Wu --- Reading git-diff-tree failed