From 1ffdcf8770e40190fee4de1b6ef513fd6f73e527 Mon Sep 17 00:00:00 2001 From: kib Date: Sun, 1 Apr 2012 21:08:56 +0000 Subject: [PATCH] MFC r233607: Update comment. git-svn-id: svn://svn.freebsd.org/base/stable/8@233764 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/ufs/ffs/ffs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index c145f8161..1bf1b1a0e 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -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. -- 2.45.0