Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 18:29:52 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344369 - head/sys/kern
Message-ID:  <201902201829.x1KITqwc091970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Wed Feb 20 18:29:52 2019
New Revision: 344369
URL: https://svnweb.freebsd.org/changeset/base/344369

Log:
  Remove an obsolete comment.
  
  MFC after:	3 days

Modified:
  head/sys/kern/kern_descrip.c

Modified: head/sys/kern/kern_descrip.c
==============================================================================
--- head/sys/kern/kern_descrip.c	Wed Feb 20 18:03:43 2019	(r344368)
+++ head/sys/kern/kern_descrip.c	Wed Feb 20 18:29:52 2019	(r344369)
@@ -2439,9 +2439,6 @@ fdcheckstd(struct thread *td)
  * Internal form of close.  Decrement reference count on file structure.
  * Note: td may be NULL when closing a file that was being passed in a
  * message.
- *
- * XXXRW: Giant is not required for the caller, but often will be held; this
- * makes it moderately likely the Giant will be recursed in the VFS case.
  */
 int
 closef(struct file *fp, struct thread *td)



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