patch-2.4.0-test9 linux/fs/nfs/inode.c
Next file: linux/fs/nfs/nfs3proc.c
Previous file: linux/fs/nfs/file.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Mon Sep 25 13:13:53 2000
- Orig file:
v2.4.0-test8/linux/fs/nfs/inode.c
- Orig date:
Mon Aug 21 13:00:25 2000
diff -u --recursive --new-file v2.4.0-test8/linux/fs/nfs/inode.c linux/fs/nfs/inode.c
@@ -353,6 +353,7 @@
clnt->cl_intr = (data->flags & NFS_MOUNT_INTR)? 1 : 0;
clnt->cl_softrtry = (data->flags & NFS_MOUNT_SOFT)? 1 : 0;
+ clnt->cl_droppriv = (data->flags & NFS_MOUNT_BROKEN_SUID) ? 1 : 0;
clnt->cl_chatty = 1;
server->client = clnt;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)