Author: kib
Date: Wed Mar 28 13:47:07 2012
New Revision: 233607
URL: http://svn.freebsd.org/changeset/base/233607

Log:
  Update comment.
  
  MFC after:    3 days

Modified:
  head/sys/ufs/ffs/ffs_vfsops.c

Modified: head/sys/ufs/ffs/ffs_vfsops.c
==============================================================================
--- head/sys/ufs/ffs/ffs_vfsops.c       Wed Mar 28 13:28:09 2012        
(r233606)
+++ head/sys/ufs/ffs/ffs_vfsops.c       Wed Mar 28 13:47:07 2012        
(r233607)
@@ -1479,7 +1479,7 @@ loop:
 
        MNT_VNODE_FOREACH(vp, mp, mvp) {
                /*
-                * Depend on the mntvnode_slock to keep things stable enough
+                * Depend on the vnode interlock to keep things stable enough
                 * for a quick test.  Since there might be hundreds of
                 * thousands of vnodes, we cannot afford even a subroutine
                 * call unless there's a good chance that we have work to do.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to