commit | 80187f8e7b05dff98c30909b668b5eb72482c3cb | [log] [tgz] |
---|---|---|
author | Arun Easi <arun.easi@qlogic.com> | Thu Sep 25 06:14:53 2014 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Thu Sep 25 14:25:07 2014 +0200 |
tree | 1c088273de03cab8dcd6fd6d5b7be60132483450 | |
parent | b6a029e1b0aba337ee54de66b1e428dd3bb624ca [diff] |
qla2xxx: Host reset handling in ABTS path. ABTS path takes path similar to regular task management, but reset_count was not initialized when allocating mcmd causing the response to get dropped in qlt_xmit_tm_rsp. Fix this by initializing reset_count correctly. Signed-off-by: Arun Easi <arun.easi@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Christoph Hellwig <hch@lst.de>