patch-2.4.15 linux/fs/freevxfs/vxfs_subr.c

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

diff -u --recursive --new-file v2.4.14/linux/fs/freevxfs/vxfs_subr.c linux/fs/freevxfs/vxfs_subr.c
@@ -45,7 +45,8 @@
 
 struct address_space_operations vxfs_aops = {
 	.readpage =		vxfs_readpage,
-	.bmap =			vxfs_bmap
+	.bmap =			vxfs_bmap,
+	.sync_page =		block_sync_page,
 };
 
 

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