From 87e1503e2c698d43ddfa8cfaa72be34ea588293d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 29 Jun 2002 04:45:09 +0000 Subject: [PATCH] Rename the db command lockedvnodes to lockedvnods so that it fits on the help screen and one doens't think we have a lockedvnodesmap command. --- sys/kern/vfs_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 0575662d816..6aaaa30a6d2 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -2456,7 +2456,7 @@ vprint(label, vp) * List all of the locked vnodes in the system. * Called when debugging the kernel. */ -DB_SHOW_COMMAND(lockedvnodes, lockedvnodes) +DB_SHOW_COMMAND(lockedvnods, lockedvnodes) { struct thread *td = curthread; /* XXX */ struct mount *mp, *nmp;