From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- fs/ext2/inode.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff -puN fs/ext2/inode.c~make-ext2_get_blocks-static fs/ext2/inode.c --- a/fs/ext2/inode.c~make-ext2_get_blocks-static +++ a/fs/ext2/inode.c @@ -574,10 +574,10 @@ static void ext2_splice_branch(struct in * return = 0, if plain lookup failed. * return < 0, error case. */ -int ext2_get_blocks(struct inode *inode, - sector_t iblock, unsigned long maxblocks, - struct buffer_head *bh_result, - int create) +static int ext2_get_blocks(struct inode *inode, + sector_t iblock, unsigned long maxblocks, + struct buffer_head *bh_result, + int create) { int err = -EIO; int offsets[4]; _