mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Fix a couple of typos in r334844 noticed by Richard Kojedzinszky.
Submitted by: Richard Kojedzinszky Reviewed by: sef Approved by: mav
This commit is contained in:
parent
1dfc4dbffb
commit
1bbaf1401c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336458
@ -1398,10 +1398,10 @@ SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, mfu_ghost_data_esize, CTLFLAG_RD,
|
||||
SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, l2c_only_size, CTLFLAG_RD,
|
||||
&ARC_l2c_only.arcs_size.rc_count, 0, "size of mru state");
|
||||
|
||||
SYSCTL_UINT(_vfs_zfs, OID_AUTO, arc_min_prfetch_ms, CTLFLAG_RW,
|
||||
SYSCTL_UINT(_vfs_zfs, OID_AUTO, arc_min_prefetch_ms, CTLFLAG_RW,
|
||||
&zfs_arc_min_prefetch_ms, 0, "Min life of prefetch block in ms");
|
||||
SYSCTL_UINT(_vfs_zfs, OID_AUTO, arc_min_prescient_prefetch_ms, CTLFLAG_RW,
|
||||
&zfs_arc_min_prescient_prefetch_ms, 0, "Min life oof prescient prefetched block in ms");
|
||||
&zfs_arc_min_prescient_prefetch_ms, 0, "Min life of prescient prefetched block in ms");
|
||||
|
||||
/*
|
||||
* L2ARC Internals
|
||||
|
Loading…
Reference in New Issue
Block a user