summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2021-02-20 01:34:33 -0500
committerGitHub <[email protected]>2021-02-19 22:34:33 -0800
commit64e0fe14fff465604952d576051ca80c2f1be898 (patch)
tree61cb2bbb0c8f011b60534d21a583fba38af30a17 /lib
parent03e02e5b561f7f60597dd905414eb476610740cc (diff)
Restore FreeBSD resource usage accounting
Add zfs_racct_* interfaces for platform-dependent read/write accounting. Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #11613
Diffstat (limited to 'lib')
-rw-r--r--lib/libzpool/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libzpool/Makefile.am b/lib/libzpool/Makefile.am
index 04ef34ebf..929f5bed8 100644
--- a/lib/libzpool/Makefile.am
+++ b/lib/libzpool/Makefile.am
@@ -163,6 +163,7 @@ KERNEL_C = \
zfs_debug.c \
zfs_fm.c \
zfs_fuid.c \
+ zfs_racct.c \
zfs_sa.c \
zfs_znode.c \
zfs_ratelimit.c \