patch-2.3.9 linux/fs/adfs/file.c

Next file: linux/fs/affs/dir.c
Previous file: linux/fs/adfs/dir.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/fs/adfs/file.c linux/fs/adfs/file.c
@@ -61,10 +61,12 @@
 	NULL,			/* rename			*/
 	NULL,			/* readlink			*/
 	NULL,			/* follow_link			*/
-	generic_readpage,	/* readpage			*/
+	adfs_bmap,		/* get_block			*/
+	block_read_full_page,	/* readpage			*/
 	NULL,			/* writepage			*/
-	adfs_bmap,		/* bmap				*/
+	NULL,			/* flushpage			*/
 	NULL,			/* truncate			*/
 	NULL,			/* permission			*/
-	NULL			/* smap				*/
+	NULL,			/* smap				*/
+	NULL			/* revalidate			*/
 };

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