Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2005 19:23:41 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85459 for review
Message-ID:  <200510171923.j9HJNfLO097273@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=85459

Change 85459 by rwatson@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510171923.j9HJNfLO097273>