diff options
author | Matthew Macy <[email protected]> | 2020-08-30 14:12:46 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-30 14:12:46 -0700 |
commit | 7bb18b94c7f1e44e82cdbaf0d9b67f8f7ae0c8ea (patch) | |
tree | 458f0782af94d111f28789a88d8e11def82351a5 /module/zfs/Makefile.in | |
parent | cd23154a8c2b657d1f4c15cd5f35c20f17e119d2 (diff) |
Move spa_stats.c to common code
Initially it was considered simplest to stub out all
of the functions on FreeBSD. Now that FreeBSD supports
KSTAT_TYPE_RAW at least some of the functionality should
be made available.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Elling <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #10842
Diffstat (limited to 'module/zfs/Makefile.in')
-rw-r--r-- | module/zfs/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/Makefile.in b/module/zfs/Makefile.in index 9ddcd6c33..259ac4dc9 100644 --- a/module/zfs/Makefile.in +++ b/module/zfs/Makefile.in @@ -76,6 +76,7 @@ $(MODULE)-objs += spa_errlog.o $(MODULE)-objs += spa_history.o $(MODULE)-objs += spa_log_spacemap.o $(MODULE)-objs += spa_misc.o +$(MODULE)-objs += spa_stats.o $(MODULE)-objs += space_map.o $(MODULE)-objs += space_reftree.o $(MODULE)-objs += txg.o |