Commit 0d19b96
scsi: bnx2fc: Use kthread_create_on_cpu()
Use the proper API instead of open coding it.
However it looks like bnx2fc_percpu_io_thread() kthread could be replaced
by the use of a high prio workqueue instead.
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20241211154035.75565-4-frederic@kernel.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>1 parent 4041778 commit 0d19b96
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2610 | 2610 | | |
2611 | 2611 | | |
2612 | 2612 | | |
2613 | | - | |
2614 | | - | |
2615 | | - | |
| 2613 | + | |
| 2614 | + | |
2616 | 2615 | | |
2617 | 2616 | | |
2618 | 2617 | | |
2619 | | - | |
2620 | | - | |
2621 | 2618 | | |
2622 | 2619 | | |
2623 | 2620 | | |
| |||
0 commit comments