patch-2.3.99-pre3 linux/fs/ufs/inode.c

Next file: linux/include/asm-alpha/fpu.h
Previous file: linux/fs/udf/unicode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre2/linux/fs/ufs/inode.c linux/fs/ufs/inode.c
@@ -548,7 +548,7 @@
 {
 	return block_read_full_page(page,ufs_getfrag_block);
 }
-static int ufs_prepare_write(struct page *page, unsigned from, unsigned to)
+static int ufs_prepare_write(struct file *file, struct page *page, unsigned from, unsigned to)
 {
 	return block_prepare_write(page,from,to,ufs_getfrag_block);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)