PERFORCE change 15722 for review

Robert Watson rwatson at freebsd.org
Fri Aug 9 07:33:01 GMT 2002


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 at 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 at 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 at trustedbsd.org
> with "unsubscribe trustedbsd-cvs" in the body of the message
> 

To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list