Date: Fri, 9 Aug 2002 03:33:01 -0400 (EDT) From: Robert Watson <rwatson@freebsd.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: Re: PERFORCE change 15722 for review Message-ID: <Pine.NEB.3.96L.1020809033211.23441J-100000@fledge.watson.org> In-Reply-To: <200208090725.g797PJ8C021299@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1020809033211.23441J-100000>