summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-03-28 13:47:07 +0000
committerkib <kib@FreeBSD.org>2012-03-28 13:47:07 +0000
commit1f7d5397de5890501ed13209f7191a4a2e13b946 (patch)
tree49a2c00b6e7eda6b8dff117fd3a75c3b2d58f7f6 /sys/ufs
parent42f863a90715a10bf219c755c032bd6031474489 (diff)
downloadFreeBSD-src-1f7d5397de5890501ed13209f7191a4a2e13b946.zip
FreeBSD-src-1f7d5397de5890501ed13209f7191a4a2e13b946.tar.gz
Update comment.
MFC after: 3 days
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 0475600..524c450 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -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.
OpenPOWER on IntegriCloud