svn commit: r344522 - stable/12/sys/kern

Mark Johnston markj at FreeBSD.org
Mon Feb 25 15:51:32 UTC 2019


Author: markj
Date: Mon Feb 25 15:51:31 2019
New Revision: 344522
URL: https://svnweb.freebsd.org/changeset/base/344522

Log:
  MFC r344369:
  Remove an obsolete comment.

Modified:
  stable/12/sys/kern/kern_descrip.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/kern_descrip.c
==============================================================================
--- stable/12/sys/kern/kern_descrip.c	Mon Feb 25 15:50:59 2019	(r344521)
+++ stable/12/sys/kern/kern_descrip.c	Mon Feb 25 15:51:31 2019	(r344522)
@@ -2456,9 +2456,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)


More information about the svn-src-stable mailing list