From fc73648a5026dcf228aadc6ab8ca4b868d91c159 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Thu, 25 Apr 2013 08:10:00 +0200 Subject: [PATCH] [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd scsi_send_eh_cmnd() is calling queuecommand() directly, so it needs to check the return value here. The only valid return codes for queuecommand() are 'busy' states, so we need to wait for a bit to allow the LLDD to recover. Based on an earlier patch from Wen Xiong. [jejb: fix confusion between msec and jiffies values and other issues] [bvanassche: correct stall_for interval] Cc: Wen Xiong Cc: Brian King Signed-off-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-format-patch failed