Date: Wed, 28 Mar 2012 13:47:07 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233607 - head/sys/ufs/ffs Message-ID: <201203281347.q2SDl721038678@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203281347.q2SDl721038678>