diff options
| author | Mike Christie <[email protected]> | 2006-10-16 18:09:40 -0400 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2006-10-25 15:13:57 -0700 |
| commit | cd529a46e17b43976d05c1e2ece2676ec7941cc8 (patch) | |
| tree | b52d86911134d1d35f44d12171950c9aab07c887 /include/linux/debugobjects.h | |
| parent | 98644047916c24258fb47c3dab2bed8a44f53b83 (diff) | |
[SCSI] libiscsi: fix missed iscsi_task_put in xmit error path
from [email protected]:
It looks like change 652 to libiscsi.c added some dead code around line
670
if (rc) {
spin_unlock_bh(&conn->session->lock);
goto again;
}
since 5 lines above we goto again if (rc).
It looks like the previous if (rc) should go away if we want to put the
ctask before
breaking out of the while loop with "goto again" (see following patch).
Signed-off-by: Mike Christie <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions