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)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to