PERFORCE change 18770 for review
Robert Watson
rwatson at freebsd.org
Sun Oct 6 01:02:16 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18770
Change 18770 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list