]> git.karo-electronics.de Git - linux-beck.git/commit
ext4: make ext4_block_zero_page_range static
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 24 Mar 2014 19:09:16 +0000 (15:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 24 Mar 2014 19:09:16 +0000 (15:09 -0400)
commit94350ab5c34166f08ef67aaca3a01e6b420891c9
treea36a7cbfeb049f7f3426a44347c527810fe74b9a
parent5f16f3225b06242a9ee876f07c1c9b6ed36a22b6
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 <matthew.r.wilcox@intel.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/inode.c