mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-10 20:36:21 +03:00
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:
parent
a2e10ebfd3
commit
3823492ca1
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user