commit | c1bb4f33de87ad18ace1cf484ed0c78683d933a1 | [log] [tgz] |
---|---|---|
author | Bhanu Prakash Gollapudi <bprakash@broadcom.com> | Tue Apr 24 15:26:02 2012 -0700 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue May 22 10:00:06 2012 +0100 |
tree | c141deace94fc5d923d19bb4e85bacf506bce215 | |
parent | de9c05fafc296aa95b58352bad7f23f6199aa90d [diff] |
[SCSI] bnx2fc: Decrememnt io ref count when abort times out When IO abort times out during eh_abort or a flush operation is performed while abort is pending, the driver is not cleaning up the IO and thus not reducing the IO reference count. With this change, as part of explicit logout, the IO is cleaned up. Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>