Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1e3af72 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

make fs/buffer.c:cont_expand_zero() static



cont_expand_zero() can become static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 946a57b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2211,7 +2211,7 @@ int generic_cont_expand_simple(struct inode *inode, loff_t size)
	return err;
}

int cont_expand_zero(struct file *file, struct address_space *mapping,
static int cont_expand_zero(struct file *file, struct address_space *mapping,
			    loff_t pos, loff_t *bytes)
{
	struct inode *inode = mapping->host;