PERFORCE change 15722 for review

Robert Watson rwatson at freebsd.org
Fri Aug 9 07:25:19 GMT 2002


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



More information about the trustedbsd-cvs mailing list