patch-2.3.9 linux/fs/ntfs/fs.c

Next file: linux/fs/open.c
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.8/linux/fs/ntfs/fs.c linux/fs/ntfs/fs.c
@@ -439,9 +439,10 @@
 	NULL, /* rename */
 	NULL, /* readlink */
 	NULL, /* follow_link */
+	NULL, /* get_block */
 	NULL, /* readpage */
 	NULL, /* writepage */
-	NULL, /* bmap */
+	NULL, /* flushpage */
 	NULL, /* truncate */
 	NULL, /* permission */
 	NULL, /* smap */
@@ -621,9 +622,10 @@
 	NULL, /* rename */
 	NULL, /* readlink */
 	NULL, /* follow_link */
-	generic_readpage,
+	ntfs_bmap, /* get_block */
+	block_read_full_page, /* readpage */
 	NULL, /* writepage */
-	ntfs_bmap,
+	NULL, /* flushpage */
 	NULL, /* truncate */
 	NULL, /* permission */
 	NULL, /* smap */
@@ -669,9 +671,10 @@
 	NULL, /* rename */
 	NULL, /* readlink */
 	NULL, /* follow_link */
+	NULL, /* get_block */
 	NULL, /* readpage */
 	NULL, /* writepage */
-	NULL, /* bmap */
+	NULL, /* flushpage */
 	NULL, /* truncate */
 	NULL, /* permission */
 	NULL, /* smap */

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