mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
module: icp: remove other provider types
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12901
This commit is contained in:
@@ -363,12 +363,6 @@ taskq_cancel_id(taskq_t *tq, taskqid_t id)
|
||||
return (ENOENT);
|
||||
}
|
||||
|
||||
boolean_t
|
||||
taskq_empty(taskq_t *tq)
|
||||
{
|
||||
return (tq->tq_task.tqent_next == &tq->tq_task || tq->tq_active == 0);
|
||||
}
|
||||
|
||||
void
|
||||
system_taskq_init(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user