mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
vfs cache: s/vfs.cache_fast_lookup/vfs.cache.param.fast_lookup
This commit is contained in:
parent
fbb3f13b15
commit
38a375c472
1 changed files with 1 additions and 1 deletions
|
|
@ -4036,7 +4036,7 @@ syscal_vfs_cache_fast_lookup(SYSCTL_HANDLER_ARGS)
|
|||
cache_fast_lookup_enabled_recalc();
|
||||
return (error);
|
||||
}
|
||||
SYSCTL_PROC(_vfs, OID_AUTO, cache_fast_lookup, CTLTYPE_INT|CTLFLAG_RW|CTLFLAG_MPSAFE,
|
||||
SYSCTL_PROC(_vfs_cache_param, OID_AUTO, fast_lookup, CTLTYPE_INT|CTLFLAG_RW|CTLFLAG_MPSAFE,
|
||||
&cache_fast_lookup, 0, syscal_vfs_cache_fast_lookup, "IU", "");
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue