patch-2.3.99-pre3 linux/fs/hfs/inode.c
Next file: linux/fs/hpfs/file.c
Previous file: linux/fs/fifo.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Mar 21 11:30:08 2000
- Orig file:
v2.3.99-pre2/linux/fs/hfs/inode.c
- Orig date:
Sat Feb 26 22:31:52 2000
diff -u --recursive --new-file v2.3.99-pre2/linux/fs/hfs/inode.c linux/fs/hfs/inode.c
@@ -225,7 +225,7 @@
{
return block_read_full_page(page,hfs_get_block);
}
-static int hfs_prepare_write(struct page *page, unsigned from, unsigned to)
+static int hfs_prepare_write(struct file *file, struct page *page, unsigned from, unsigned to)
{
return cont_prepare_write(page,from,to,hfs_get_block,
&((struct inode*)page->mapping->host)->u.hfs_i.mmu_private);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)