patch-2.2.18 linux/fs/ncpfs/file.c
Next file: linux/fs/nfs/Makefile
Previous file: linux/fs/ncpfs/dir.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Sep 11 18:56:51 2000
- Orig file:
v2.2.17/fs/ncpfs/file.c
- Orig date:
Fri Apr 21 12:46:44 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/fs/ncpfs/file.c linux/fs/ncpfs/file.c
@@ -252,7 +252,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)