diff options
author | Dan Carpenter <error27@gmail.com> | 2011-08-13 22:35:00 -0700 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-08-22 19:26:30 +0000 |
commit | ba7736696341ad4253125055c0c85aa9f42959a0 (patch) | |
tree | 7433fc8fa41e8dd54c56d4eea4a031c0f7d9f780 /kernel/debug | |
parent | 6626a0572657a0945a7b9ccf4a6d6ad1750f9adc (diff) | |
download | blackbird-op-linux-ba7736696341ad4253125055c0c85aa9f42959a0.tar.gz blackbird-op-linux-ba7736696341ad4253125055c0c85aa9f42959a0.zip |
iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugs
This patch fixes two bugs in allocation failure handling in
iscsit_allocate_se_cmd_for_tmr():
This first reported by DanC is a free-after call to transport_free_se_cmd(), this
patch drops the transport_free_se_cmd() call all together, as iscsit_release_cmd()
will release existing allocations as expected.
The second is a bug where iscsi_cmd_t was being leaked on a cmd->tmr_req allocation
failure, so make this jump to iscsit_release_cmd() as well.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions