patch-2.1.89 linux/fs/nfs/read.c
Next file: linux/fs/nfs/write.c
Previous file: linux/fs/ncpfs/sock.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Feb 27 17:54:28 1998
- Orig file:
v2.1.88/linux/fs/nfs/read.c
- Orig date:
Mon Jan 19 21:13:59 1998
diff -u --recursive --new-file v2.1.88/linux/fs/nfs/read.c linux/fs/nfs/read.c
@@ -221,8 +221,9 @@
* - The server is congested.
*/
int
-nfs_readpage(struct dentry *dentry, struct page *page)
+nfs_readpage(struct file *file, struct page *page)
{
+ struct dentry *dentry = file->f_dentry;
struct inode *inode = dentry->d_inode;
int error = -1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov