diff options
author | Mike Christie <michael.christie@oracle.com> | 2020-08-07 15:23:33 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-08-17 21:52:39 -0400 |
commit | fa39ab5184d64563cd36f2fb5f0d3fbad83a432c (patch) | |
tree | a4f0356b9471f092e26049b96d864697436cbbdd /drivers/scsi | |
parent | 2138d1c918246e3d8193c3cb8b6d22d0bb888061 (diff) | |
download | linux-fa39ab5184d64563cd36f2fb5f0d3fbad83a432c.tar.bz2 |
scsi: fcoe: Fix I/O path allocation
ixgbe_fcoe_ddp_setup() can be called from the main I/O path and is called
with a spin_lock held, so we have to use GFP_ATOMIC allocation instead of
GFP_KERNEL.
Link: https://lore.kernel.org/r/1596831813-9839-1-git-send-email-michael.christie@oracle.com
cc: Hannes Reinecke <hare@suse.de>
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 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions