Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2002 18:02:16 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18770 for review
Message-ID:  <200210060102.g9612GMb095679@freefall.freebsd.org>

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

Change 18770 by rwatson@rwatson_tislabs on 2002/10/05 18:02:10

	String in locking assertion didn't get updated when I renamed
	the mmap functions.

Affected files ...

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

Differences ...

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

@@ -2327,7 +2327,7 @@
 {
 	int result = *prot;
 
-	ASSERT_VOP_LOCKED(vp, "mac_check_vnode_mmap_perms");
+	ASSERT_VOP_LOCKED(vp, "mac_check_vnode_mmap_downgrade");
 
 	if (!mac_enforce_fs || !mac_enforce_vm)
 		*prot = result;

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?200210060102.g9612GMb095679>