patch-2.3.30 linux/fs/nfs/read.c
Next file: linux/fs/nfs/symlink.c
Previous file: linux/fs/nfs/file.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Sat Nov 27 15:51:32 1999
-  Orig file: 
v2.3.29/linux/fs/nfs/read.c
-  Orig date: 
Tue Nov 23 22:42:21 1999
diff -u --recursive --new-file v2.3.29/linux/fs/nfs/read.c linux/fs/nfs/read.c
@@ -227,9 +227,8 @@
  *  -	The server is congested.
  */
 int
-nfs_readpage(struct file *file, struct page *page)
+nfs_readpage(struct dentry *dentry, struct page *page)
 {
-	struct dentry *dentry = file->f_dentry;
 	struct inode *inode = dentry->d_inode;
 	int		error;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)