Deleted Added
full compact
43c43
< __FBSDID("$FreeBSD: head/sys/security/mac/mac_syscalls.c 182063 2008-08-23 15:26:36Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/security/mac/mac_syscalls.c 184412 2008-10-28 12:49:07Z rwatson $");
206,210d205
< /*
< * Grab additional reference for use while revoking mmaps, prior to
< * releasing the proc lock and sharing the cred.
< */
< crhold(newcred);
212,215d206
<
< mac_cred_mmapped_drop_perms(td, newcred);
<
< crfree(newcred); /* Free revocation reference. */
216a208
> mac_proc_vm_revoke(td);