libspl: move taskq implementation from libzpool

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #17861
This commit is contained in:
Rob Norris 2025-10-27 09:08:01 +11:00 committed by Brian Behlendorf
parent a2e10ebfd3
commit 3823492ca1
3 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ libspl_la_SOURCES = \
%D%/rwlock.c \
%D%/strlcat.c \
%D%/strlcpy.c \
%D%/taskq.c \
%D%/thread.c \
%D%/timestamp.c \
%D%/tunables.c \

View File

@ -14,7 +14,6 @@ dist_libzpool_la_SOURCES = \
%D%/abd_os.c \
%D%/arc_os.c \
%D%/kernel.c \
%D%/taskq.c \
%D%/util.c \
%D%/vdev_label_os.c \
%D%/zfs_racct.c \