diff options
author | Mike Christie | 2021-05-25 13:17:58 -0500 |
---|---|---|
committer | Martin K. Petersen | 2021-06-02 01:28:20 -0400 |
commit | b25b957d2db1585602c2c70fdf4261a5641fe6b7 (patch) | |
tree | 850786de416421c08478db0ca2bdf6ede530f8f9 /include/scsi | |
parent | 06c203a5566beecebb1f8838d026de8a61c8df71 (diff) |
scsi: iscsi: Use system_unbound_wq for destroy_work
Use the system_unbound_wq for async session destruction. We don't need a
dedicated workqueue for async session destruction because:
1. perf does not seem to be an issue since we only allow 1 active work.
2. it does not have deps with other system works and we can run them in
parallel with each other.
Link: https://lore.kernel.org/r/20210525181821.7617-6-michael.christie@oracle.com
Reviewed-by: Lee Duncan <lduncan@suse.com>
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
0 files changed, 0 insertions, 0 deletions