mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Minor sysctl description cleanup.
No functional change. Agreed-by: Mateusz Guzik
This commit is contained in:
parent
1e39a0886e
commit
3943698c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -1506,7 +1506,7 @@ static int vnlruproc_sig;
|
|||
static u_long vnlruproc_kicks;
|
||||
|
||||
SYSCTL_ULONG(_vfs_vnode_vnlru, OID_AUTO, kicks, CTLFLAG_RD, &vnlruproc_kicks, 0,
|
||||
"Number of times vnlru got woken up due to vnode shortage");
|
||||
"Number of times vnlru awakened due to vnode shortage");
|
||||
|
||||
#define VNLRU_COUNT_SLOP 100
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue