patch-2.3.45 linux/fs/adfs/file.c
Next file: linux/fs/adfs/inode.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Feb 13 10:45:13 2000
- Orig file:
v2.3.44/linux/fs/adfs/file.c
- Orig date:
Thu Feb 10 17:11:16 2000
diff -u --recursive --new-file v2.3.44/linux/fs/adfs/file.c linux/fs/adfs/file.c
@@ -44,4 +44,8 @@
struct inode_operations adfs_file_inode_operations = {
&adfs_file_operations, /* default file operations */
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0)
+ readpage: generic_readpage,
+ bmap: adfs_bmap,
+#endif
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)