From: Matthew Wilcox Date: Mon, 24 Mar 2014 19:09:16 +0000 (-0400) Subject: ext4: make ext4_block_zero_page_range static X-Git-Tag: v3.15-rc1~91^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94350ab5c34166f08ef67aaca3a01e6b420891c9;p=pandora-kernel.git ext4: make ext4_block_zero_page_range static It's only called within inode.c, so make it static, remove its prototype from ext4.h and move it above all of its callers so it doesn't need a prototype within inode.c. Signed-off-by: Matthew Wilcox Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed