PERFORCE change 85459 for review

Robert Watson rwatson at FreeBSD.org
Mon Oct 17 12:23:43 PDT 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);


More information about the p4-projects mailing list