svn commit: r233607 - head/sys/ufs/ffs

Konstantin Belousov kib at FreeBSD.org
Wed Mar 28 13:47:08 UTC 2012


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.


More information about the svn-src-head mailing list