zfs_debug: specific variant for userspace

Just nice and simple, with room to grow.

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Sponsored-by: https://despairlabs.com/sponsor/
Closes #16492
This commit is contained in:
Rob Norris
2024-08-28 22:28:58 +10:00
committed by Brian Behlendorf
parent c22d56e3ed
commit e8ede2ba78
5 changed files with 118 additions and 82 deletions
+2 -2
View File
@@ -17,7 +17,8 @@ dist_libzpool_la_SOURCES = \
%D%/taskq.c \
%D%/util.c \
%D%/vdev_label_os.c \
%D%/zfs_racct.c
%D%/zfs_racct.c \
%D%/zfs_debug.c
nodist_libzpool_la_SOURCES = \
module/lua/lapi.c \
@@ -46,7 +47,6 @@ nodist_libzpool_la_SOURCES = \
module/lua/lzio.c \
\
module/os/linux/zfs/vdev_file.c \
module/os/linux/zfs/zfs_debug.c \
module/os/linux/zfs/zio_crypt.c \
\
module/zcommon/cityhash.c \