Index: nfs_bio.c
===================================================================
RCS file: /data/ncvs/src/sys/nfsclient/nfs_bio.c,v
retrieving revision 1.117
diff -u -r1.117 nfs_bio.c
--- nfs_bio.c	4 Mar 2003 00:04:43 -0000	1.117
+++ nfs_bio.c	10 May 2003 14:05:59 -0000
@@ -1063,6 +1063,8 @@
 	struct nfsmount *nmp = VFSTONFS(vp->v_mount);
 	int error = 0, slpflag, slptimeo;
 
+	ASSERT_VOP_LOCKED(vp, "nfs_vinvalbuf");
+
 	VI_LOCK(vp);
 	if (vp->v_iflag & VI_XLOCK) {
 		/* XXX Should we wait here? */
@@ -1344,7 +1346,7 @@
 			uiop->uio_resid = 0;
 		    }
 		}
-		ASSERT_VOP_LOCKED(vp, "nfs_doio");
+		/* ASSERT_VOP_LOCKED(vp, "nfs_doio"); */
 		if (p && (vp->v_vflag & VV_TEXT) &&
 			(np->n_mtime != np->n_vattr.va_mtime.tv_sec)) {
 			uprintf("Process killed due to text file modification\n");
