From: Tej Parkash Date: Mon, 16 Dec 2013 11:49:43 +0000 (-0500) Subject: [SCSI] qla4xxx: Fix pending IO completion in reset path before initiating chip reset X-Git-Tag: v3.15-rc1~136^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d9a2b61490f6e121abbe6275ac93cf608f087e;p=pandora-kernel.git [SCSI] qla4xxx: Fix pending IO completion in reset path before initiating chip reset Issue: Pending IO wait does not complete after triggering Graceful reset, causing ack timeout and call traces. Fix: 1. Reducing the IO command wait timeout before triggering reset, as logically also timeout should be less than reset timeout (10sec). 2. Moving the abort IO after chip reset, because only after chip reset, driver owns the IO otherwise it is with firmware and can still revert back with response. Signed-off-by: Tej Parkash Signed-off-by: Vikas Chaudhary Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed