patch-2.3.99-pre7 linux/include/linux/nfs_fs.h
Next file: linux/include/linux/nfsd/export.h
Previous file: linux/include/linux/netfilter_ipv4/ip_tables.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu May 11 11:27:10 2000
- Orig file:
v2.3.99-pre6/linux/include/linux/nfs_fs.h
- Orig date:
Wed Apr 26 16:34:09 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/include/linux/nfs_fs.h linux/include/linux/nfs_fs.h
@@ -175,7 +175,7 @@
/*
* linux/fs/nfs/write.c
*/
-extern int nfs_writepage(struct file *file, struct dentry *, struct page *);
+extern int nfs_writepage(struct file *file, struct page *);
extern int nfs_flush_incompatible(struct file *file, struct page *page);
extern int nfs_updatepage(struct file *, struct page *, unsigned int, unsigned int);
/*
@@ -232,7 +232,7 @@
/*
* linux/fs/nfs/read.c
*/
-extern int nfs_readpage(struct dentry *, struct page *);
+extern int nfs_readpage(struct file *, struct page *);
extern int nfs_pagein_inode(struct inode *, unsigned long, unsigned int);
extern int nfs_pagein_timeout(struct inode *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)