mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
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:
committed by
Brian Behlendorf
parent
c22d56e3ed
commit
e8ede2ba78
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user