[SCSI] bnx2fc: Remove erroneous kref_get on IO request
During sequence cleanup, an additional reference for an IO has been taken. Because of this, the IO is never released into the free list. Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
committed by
James Bottomley
parent
e9a5289ca3
commit
b65d457913
@@ -1251,7 +1251,6 @@ void bnx2fc_process_seq_cleanup_compl(struct bnx2fc_cmd *seq_clnp_req,
|
|||||||
seq_clnp_req->xid);
|
seq_clnp_req->xid);
|
||||||
goto free_cb_arg;
|
goto free_cb_arg;
|
||||||
}
|
}
|
||||||
kref_get(&orig_io_req->refcount);
|
|
||||||
|
|
||||||
spin_unlock_bh(&tgt->tgt_lock);
|
spin_unlock_bh(&tgt->tgt_lock);
|
||||||
rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl);
|
rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl);
|
||||||
|
Reference in New Issue
Block a user