X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fext4%2Finode.c;h=574c6dda95d879ad37478f9b7caf60df40de2a8d;hb=c197855ea14175a25003c276824689e8ba318e53;hp=04dd2de10796c9759f224f1a10e6af5e2138a59d;hpb=e674e5cbd0942b42a12106ac0be8330f4301bef4;p=cascardo%2Flinux.git diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 04dd2de10796..574c6dda95d8 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3443,7 +3443,7 @@ unlock: * This required during truncate. We need to physically zero the tail end * of that block so it doesn't yield old data if the file is later grown. */ -int ext4_block_truncate_page(handle_t *handle, +static int ext4_block_truncate_page(handle_t *handle, struct address_space *mapping, loff_t from) { unsigned offset = from & (PAGE_CACHE_SIZE-1);