[SCSI] iscsi bugfixes: dont use GFP_KERNEL for sending errors
authorMike Christie <michaelc@cs.wisc.edu>
Mon, 24 Jul 2006 20:47:34 +0000 (15:47 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Fri, 28 Jul 2006 16:49:20 +0000 (11:49 -0500)
commit9aaa2b4621280b6de1ecfb6dd7cd5cbe59fd1264
tree2532d6190f4267bb5233683c5908ef38e1934d12
parent63f75cc8a7e6ce453e38a7b90cdcae83d63f1ea7
[SCSI] iscsi bugfixes: dont use GFP_KERNEL for sending errors

iscsi_tcp can send error events from soft irq context so we
cannot use GFP_KERNEL.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_transport_iscsi.c