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.
This commit is contained in:
David E. O'Brien 2002-06-29 04:45:09 +00:00
parent 4f1daba8df
commit 87e1503e2c

View File

@ -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;