mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 04:01:09 -04:00
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:
parent
4f1daba8df
commit
87e1503e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue