[SCSI] qla2xxx: Correct calling contexts of qla2x00_mark_device_lost() in async paths.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Wed, 30 Mar 2011 18:46:17 +0000 (11:46 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 1 May 2011 14:56:28 +0000 (09:56 -0500)
commit80d79440ad98a660bd6d81e5c06e85581ff6ac46
treec1bdbbfa8493dedfb42666100f3d59b7b8f7b727
parent1940ce7317826c230055e826727acb891fb8bece
[SCSI] qla2xxx: Correct calling contexts of qla2x00_mark_device_lost() in async paths.

The respective done() functions are called from process context,
so there's no reason to 'defer' the request.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_init.c