patch-2.3.41 linux/fs/ncpfs/ioctl.c
Next file: linux/fs/ncpfs/mmap.c
Previous file: linux/fs/ncpfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Tue Jan 25 14:09:29 2000
- Orig file:
v2.3.40/linux/fs/ncpfs/ioctl.c
- Orig date:
Fri Jan 21 18:19:17 2000
diff -u --recursive --new-file v2.3.40/linux/fs/ncpfs/ioctl.c linux/fs/ncpfs/ioctl.c
@@ -330,6 +330,7 @@
default:
return -EINVAL;
}
+ /* locking needs both read and write access */
if ((result = ncp_make_open(inode, O_RDWR)) != 0)
{
return result;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)