From ffaaca5874a2e0b773197f6c600449c2e383d5d8 Mon Sep 17 00:00:00 2001 From: eivind Date: Tue, 5 Jan 1999 18:50:03 +0000 Subject: Remove the 'waslocked' parameter to vfs_object_create(). --- sys/nfsclient/nfs_subs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfsclient') 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)); } /* -- cgit v1.1