Deleted Added
full compact
38c38
< * $FreeBSD: head/sys/security/mac_lomac/mac_lomac.c 184407 2008-10-28 11:33:06Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_lomac/mac_lomac.c 184412 2008-10-28 12:49:07Z rwatson $
2228,2230c2228,2230
< * Prevent a lock order reversal in
< * mac_cred_mmapped_drop_perms; ideally, the other user of
< * subj->mtx wouldn't be holding Giant.
---
> * Prevent a lock order reversal in mac_proc_vm_revoke;
> * ideally, the other user of subj->mtx wouldn't be holding
> * Giant.
2253c2253
< mac_cred_mmapped_drop_perms(curthread, newcred);
---
> mac_proc_vm_revoke(curthread);