Date: Sat, 31 Mar 2012 06:58:16 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r233732 - stable/9/sys/ufs/ffs Message-ID: <201203310658.q2V6wGJW088739@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203310658.q2V6wGJW088739>