patch-2.4.0-test9 linux/fs/ncpfs/file.c
Next file: linux/fs/nfs/dir.c
Previous file: linux/fs/namei.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 15 14:26:23 2000
- Orig file:
v2.4.0-test8/linux/fs/ncpfs/file.c
- Orig date:
Wed Jul 5 11:56:28 2000
diff -u --recursive --new-file v2.4.0-test8/linux/fs/ncpfs/file.c linux/fs/ncpfs/file.c
@@ -256,7 +256,7 @@
}
if (ncp_write_kernel(NCP_SERVER(inode),
NCP_FINFO(inode)->file_handle,
- pos, to_write, buf, &written_this_time) != 0) {
+ pos, to_write, bouncebuffer, &written_this_time) != 0) {
errno = -EIO;
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)