From 491c6f1044630a4134393ef91df8bcf387ae5268 Mon Sep 17 00:00:00 2001 From: ilyam8 Date: Sun, 8 May 2022 18:08:49 +0300 Subject: consider only shrinkable ZFS ARC as cache on Linux --- zfs/ZfsArcStats.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zfs') diff --git a/zfs/ZfsArcStats.h b/zfs/ZfsArcStats.h index e2cb4117..1fe72361 100644 --- a/zfs/ZfsArcStats.h +++ b/zfs/ZfsArcStats.h @@ -10,6 +10,7 @@ in the source distribution for its full text. typedef struct ZfsArcStats_ { int enabled; int isCompressed; + unsigned long long int min; unsigned long long int max; unsigned long long int size; unsigned long long int MFU; -- cgit v1.2.3