patch-2.3.99-pre7 linux/fs/fat/inode.c

Next file: linux/fs/file_table.c
Previous file: linux/fs/ext2/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/fs/fat/inode.c linux/fs/fat/inode.c
@@ -729,11 +729,11 @@
 	return 0;
 }
 
-static int fat_writepage(struct file *file, struct dentry *dentry, struct page *page)
+static int fat_writepage(struct file *file, struct page *page)
 {
 	return block_write_full_page(page,fat_get_block);
 }
-static int fat_readpage(struct dentry *dentry, struct page *page)
+static int fat_readpage(struct file *file, struct page *page)
 {
 	return block_read_full_page(page,fat_get_block);
 }

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