]> git.proxmox.com Git - mirror_zfs.git/commit
ddt: lift dedup stats out to separate file
authorRob Norris <rob.norris@klarasystems.com>
Tue, 16 May 2023 03:30:26 +0000 (13:30 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 15 Feb 2024 19:45:05 +0000 (11:45 -0800)
commit59738541537a859a4558bd34c0e1784fbe28bbcd
treee8a0e7666224f365458803b44f8781c746913c3b
parent0cb1ef60ae26d855e8f4a959fff66a7693766ea3
ddt: lift dedup stats out to separate file

We want to add other kinds of dedup-related objects and keep stats for
them. This makes those functions easier to use from outside ddt.c.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
Sponsored-by: Klara, Inc.
Sponsored-by: iXsystems, Inc.
Closes #15887
include/sys/ddt.h
lib/libzpool/Makefile.am
module/Kbuild.in
module/Makefile.bsd
module/zfs/ddt.c
module/zfs/ddt_stats.c [new file with mode: 0644]