summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_subs.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-05 18:50:03 +0000
committereivind <eivind@FreeBSD.org>1999-01-05 18:50:03 +0000
commitffaaca5874a2e0b773197f6c600449c2e383d5d8 (patch)
tree13d64daa5c3318e5f867c379131d01f501b43cf2 /sys/nfsclient/nfs_subs.c
parentdf5bc79a55b9ca8e81f3226a0aa586376a009337 (diff)
downloadFreeBSD-src-ffaaca5874a2e0b773197f6c600449c2e383d5d8.zip
FreeBSD-src-ffaaca5874a2e0b773197f6c600449c2e383d5d8.tar.gz
Remove the 'waslocked' parameter to vfs_object_create().
Diffstat (limited to 'sys/nfsclient/nfs_subs.c')
-rw-r--r--sys/nfsclient/nfs_subs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index 312a774..b3eec24 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.8 (Berkeley) 5/22/95
- * $Id: nfs_subs.c,v 1.68 1998/12/07 21:58:44 archie Exp $
+ * $Id: nfs_subs.c,v 1.69 1998/12/14 18:54:03 dt Exp $
*/
/*
@@ -2177,7 +2177,7 @@ nfsrv_object_create(vp)
if (vp == NULL || vp->v_type != VREG)
return (1);
return (vfs_object_create(vp, curproc,
- curproc ? curproc->p_ucred : NULL, 1));
+ curproc ? curproc->p_ucred : NULL));
}
/*
OpenPOWER on IntegriCloud