patch-2.3.99-pre7 linux/fs/hpfs/file.c

Next file: linux/fs/hpfs/hpfs_fn.h
Previous file: linux/fs/hfs/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/fs/hpfs/file.c linux/fs/hpfs/file.c
@@ -86,11 +86,11 @@
 	return 0;
 }
 
-static int hpfs_writepage(struct file *file, struct dentry *dentry, struct page *page)
+static int hpfs_writepage(struct file *file, struct page *page)
 {
 	return block_write_full_page(page,hpfs_get_block);
 }
-static int hpfs_readpage(struct dentry *dentry, struct page *page)
+static int hpfs_readpage(struct file *file, struct page *page)
 {
 	return block_read_full_page(page,hpfs_get_block);
 }

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