]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit81f923f585a85a3b9f9f0ef2904692aa10d8765f
tree2532d6190f4267bb5233683c5908ef38e1934d12
parent11c095132a9ad304efed86333806f6feb0e8dbea
[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