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
- Lines: 10
- Date:
Fri Nov 9 14:25:35 2001
- Orig file:
v2.4.14/linux/fs/freevxfs/vxfs_subr.c
- Orig date:
Mon May 21 12:31:06 2001
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)