|
@@ -2211,8 +2211,8 @@ out:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-int cont_expand_zero(struct file *file, struct address_space *mapping,
|
|
|
- loff_t pos, loff_t *bytes)
|
|
|
+static int cont_expand_zero(struct file *file, struct address_space *mapping,
|
|
|
+ loff_t pos, loff_t *bytes)
|
|
|
{
|
|
|
struct inode *inode = mapping->host;
|
|
|
unsigned blocksize = 1 << inode->i_blkbits;
|