patch-2.3.43 linux/fs/nfs/write.c
Next file: linux/fs/nfsd/nfsctl.c
Previous file: linux/fs/nfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Feb 10 12:16:59 2000
- Orig file:
v2.3.42/linux/fs/nfs/write.c
- Orig date:
Fri Jan 28 15:09:09 2000
diff -u --recursive --new-file v2.3.42/linux/fs/nfs/write.c linux/fs/nfs/write.c
@@ -479,7 +479,7 @@
if (req->wb_bytes == PAGE_SIZE)
SetPageUptodate(page);
- retval = count;
+ retval = 0;
if (synchronous) {
int status = wait_on_write_request(req);
if (status) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)