Skip to content

Merge pull request #35 from truenas/rebase_master_on_upstream_master #6

Merge pull request #35 from truenas/rebase_master_on_upstream_master

Merge pull request #35 from truenas/rebase_master_on_upstream_master #6

Annotations

1 error

scst: Expand all create*_workqueue() invocations The workqueue maintainer wants to remove the create*_workqueue() macros because these macros always set the WQ_MEM_RECLAIM flag and because these only support literal workqueue names. Hence this patch that replaces the create*_workqueue() invocations with the definition of this macro. The WQ_MEM_RECLAIM flag has been retained because I think that flag is necessary for workqueues created by storage drivers.

failed Nov 13, 2024 in 5s