svn commit: r233732 - stable/9/sys/ufs/ffs
Konstantin Belousov
kib at FreeBSD.org
Sat Mar 31 06:58:17 UTC 2012
Author: kib
Date: Sat Mar 31 06:58:16 2012
New Revision: 233732
URL: http://svn.freebsd.org/changeset/base/233732
Log:
MFC r233607:
Update comment.
Modified:
stable/9/sys/ufs/ffs/ffs_vfsops.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/ufs/ffs/ffs_vfsops.c
==============================================================================
--- stable/9/sys/ufs/ffs/ffs_vfsops.c Sat Mar 31 06:53:52 2012 (r233731)
+++ stable/9/sys/ufs/ffs/ffs_vfsops.c Sat Mar 31 06:58:16 2012 (r233732)
@@ -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-stable-9
mailing list