mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the short-lived namei experiment.
This commit is contained in:
parent
c495c93567
commit
111e60c2ad
1 changed files with 0 additions and 5 deletions
|
|
@ -199,11 +199,6 @@ randomdev_init(void)
|
|||
OID_AUTO, "swi", CTLTYPE_INT | CTLFLAG_RW,
|
||||
&harvest.swi, 0, random_check_boolean, "I",
|
||||
"Harvest SWI entropy");
|
||||
SYSCTL_ADD_PROC(&random_clist,
|
||||
SYSCTL_CHILDREN(random_sys_harvest_o),
|
||||
OID_AUTO, "namei", CTLTYPE_INT | CTLFLAG_RW,
|
||||
&harvest.namei, 0, random_check_boolean, "I",
|
||||
"Harvest namei cache entropy");
|
||||
|
||||
/* Initialise the harvest fifos */
|
||||
STAILQ_INIT(&emptyfifo.head);
|
||||
|
|
|
|||
Loading…
Reference in a new issue