From owner-p4-projects Fri Aug 9 0:33:22 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9D59A37B401; Fri, 9 Aug 2002 00:33:17 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F44637B400 for ; Fri, 9 Aug 2002 00:33:17 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5658143E70 for ; Fri, 9 Aug 2002 00:33:16 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g797X1Oo026869 for ; Fri, 9 Aug 2002 03:33:01 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 9 Aug 2002 03:33:01 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Perforce Change Reviews Subject: Re: PERFORCE change 15722 for review In-Reply-To: <200208090725.g797PJ8C021299@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This seems to have gotten the post-integ kernel up and running fine on my test box. After a few more changes to mac_mls and mac_biba and running some stability tests, I'll start syncing up the main FreeBSD tree again. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Fri, 9 Aug 2002, Robert Watson wrote: > http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15722 > > Change 15722 by rwatson@rwatson_tislabs on 2002/08/09 00:24:33 > > Catch one more merge issue from the integ: vp->v_flag is now > vp->v_vflag for vnode lock protected flags. > > Affected files ... > > .. //depot/projects/trustedbsd/mac/sys/kern/vfs_cache.c#12 edit > > Differences ... > > ==== //depot/projects/trustedbsd/mac/sys/kern/vfs_cache.c#12 (text+ko) ==== > > @@ -882,7 +882,7 @@ > if (vp == rootvnode || vp == fd_rdir) > break; > ASSERT_VOP_LOCKED(vp, "vn_fullpath"); > - if (vp->v_flag & VV_ROOT) { > + if (vp->v_vflag & VV_ROOT) { > if (vp->v_mount == NULL) { /* forced unmount */ > error = EBADF; > goto out; > To Unsubscribe: send mail to majordomo@trustedbsd.org > with "unsubscribe trustedbsd-cvs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message