diff options
| author | Tyrel Datwyler <tyreld@linux.vnet.ibm.com> | 2019-01-10 05:59:09 +0300 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-10-19 05:38:34 +0300 |
| commit | 3319a8ba82b9f9c18568b18bc1febb34ae18b2c2 (patch) | |
| tree | 7990ca3b0698730a4387ac4fa477565929761207 /rust/helpers/workqueue.c | |
| parent | 30e99f05f8b19b8274f3666afb70c9cc686ec65c (diff) | |
| download | linux-3319a8ba82b9f9c18568b18bc1febb34ae18b2c2.tar.xz | |
scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_pool()
During driver probe we allocate a dma region for our event pool.
Currently, zero is passed for the gfp_flags parameter. Driver probe
callbacks are run in process context and we hold no locks so we can sleep
here if necessary.
Fix by passing GFP_KERNEL explicitly to dma_alloc_coherent().
Link: https://lore.kernel.org/r/1547089149-20577-1-git-send-email-tyreld@linux.vnet.ibm.com
Reviewed-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions
