This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's no particular need for taskq_create() to spawn any threads for a dynamic taskq so don't spawn any. If the spl_taskq_thread_dynamic module parameter flag isn't set, disable TASKQ_DYNAMIC if it's requested when a taskq is created. Eliminate tqt_is_dynamic because tq_nspawn is only valid for dynamic taskqs.
- Loading branch information
Showing
2 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters