Re: [PATCH] scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()

2018-01-08 Thread Martin K. Petersen
Varun, > For mgmt cmds ->alloc_pdu() can be called from atomic > context so use GFP_ATOMIC instead of GFP_KERNEL. Applied to 4.16/scsi-queue, thank you! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: libcxgbi: use GFP_ATOMIC in cxgbi_conn_alloc_pdu()

2018-01-04 Thread Varun Prakash
For mgmt cmds ->alloc_pdu() can be called from atomic context so use GFP_ATOMIC instead of GFP_KERNEL. Signed-off-by: Varun Prakash --- drivers/scsi/cxgbi/libcxgbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/cxgbi/libcxgbi.c b/drivers/scsi/cxgbi/libcxgbi.c