Commit 568bf49
committed
scsi: qedi: Use kthread_create_on_cpu()
JIRA: https://issues.redhat.com/browse/RHEL-90552
Use the proper API instead of open coding it.
However it looks like qedi_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-6-frederic@kernel.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit faaf18d)
Signed-off-by: Chris Leech <cleech@redhat.com>1 parent 18954e7 commit 568bf49
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1961 | 1961 | | |
1962 | 1962 | | |
1963 | 1963 | | |
1964 | | - | |
1965 | | - | |
1966 | | - | |
| 1964 | + | |
| 1965 | + | |
1967 | 1966 | | |
1968 | 1967 | | |
1969 | 1968 | | |
1970 | | - | |
1971 | 1969 | | |
1972 | 1970 | | |
1973 | 1971 | | |
| |||
0 commit comments