svn commit: r233764 - stable/8/sys/ufs/ffs
Konstantin Belousov
kib at FreeBSD.org
Sun Apr 1 21:08:56 UTC 2012
Author: kib
Date: Sun Apr 1 21:08:56 2012
New Revision: 233764
URL: http://svn.freebsd.org/changeset/base/233764
Log:
MFC r233607:
Update comment.
Modified:
stable/8/sys/ufs/ffs/ffs_vfsops.c
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/ufs/ffs/ffs_vfsops.c
==============================================================================
--- stable/8/sys/ufs/ffs/ffs_vfsops.c Sun Apr 1 20:57:04 2012 (r233763)
+++ stable/8/sys/ufs/ffs/ffs_vfsops.c Sun Apr 1 21:08:56 2012 (r233764)
@@ -1364,7 +1364,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-8
mailing list