Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 09:29:49 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10583 for review
Message-ID:  <200205011629.g41GTnJ20706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10583

Change 10583 by rwatson@rwatson_tislabs on 2002/05/01 09:29:44

	Re-enable the VFS locking assertion in
	mac_cred_check_search_vnode() due to recent VFS locking fixes
	regarding devfs.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#129 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#129 (text+ko) ====

@@ -1059,7 +1059,7 @@
 	struct mac dirlabel;
 	int error;
 
-	/* XXX: ASSERT_VOP_LOCKED(dvp, "mac_cred_check_search_vnode"); */
+	ASSERT_VOP_LOCKED(dvp, "mac_cred_check_search_vnode");
 
 	error = VOP_GETLABEL(dvp, &dirlabel, cred, curthread);
 	if (error)

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?200205011629.g41GTnJ20706>