PERFORCE change 85459 for review
Robert Watson
rwatson at FreeBSD.org
Mon Oct 17 19:23:41 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=85459
Change 85459 by rwatson at rwatson_peppercorn on 2005/10/17 19:23:04
Comment no longer required, as audit_sysclose() now handles Giant
acquisition as needed.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/kern/kern_descrip.c#11 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/kern/kern_descrip.c#11 (text+ko) ====
@@ -976,9 +976,6 @@
holdleaders = 0;
fdp = td->td_proc->p_fd;
- /* The call to AUDIT_SYSCLOSE must be made with Giant held,
- * but without the fd lock.
- */
AUDIT_SYSCLOSE(td, fd);
FILEDESC_LOCK(fdp);
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