patch-2.3.30 linux/fs/nfs/write.c
Next file: linux/fs/nfsd/nfsctl.c
Previous file: linux/fs/nfs/symlink.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/write.c
- Orig date:
Tue Nov 23 22:42:21 1999
diff -u --recursive --new-file v2.3.29/linux/fs/nfs/write.c linux/fs/nfs/write.c
@@ -414,9 +414,8 @@
* (for now), and we currently do this synchronously only.
*/
int
-nfs_writepage(struct file * file, struct page *page)
+nfs_writepage(struct dentry * dentry, struct page *page)
{
- struct dentry *dentry = file->f_dentry;
return nfs_writepage_sync(dentry, dentry->d_inode, page, 0, PAGE_SIZE);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)