mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Add notes to system_taskq
Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #12771
This commit is contained in:
@@ -51,7 +51,11 @@ module_param(spl_taskq_thread_sequential, int, 0644);
|
||||
MODULE_PARM_DESC(spl_taskq_thread_sequential,
|
||||
"Create new taskq threads after N sequential tasks");
|
||||
|
||||
/* Global system-wide dynamic task queue available for all consumers */
|
||||
/*
|
||||
* Global system-wide dynamic task queue available for all consumers. This
|
||||
* taskq is not intended for long-running tasks; instead, a dedicated taskq
|
||||
* should be created.
|
||||
*/
|
||||
taskq_t *system_taskq;
|
||||
EXPORT_SYMBOL(system_taskq);
|
||||
/* Global dynamic task queue for long delay */
|
||||
|
||||
Reference in New Issue
Block a user