Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263301
b: refs/heads/master
c: ba77366
h: refs/heads/master
i:
  263299: fc87a8a
v: v3
  • Loading branch information
Dan Carpenter authored and Nicholas Bellinger committed Aug 22, 2011
1 parent fe798ad commit 655dcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6626a0572657a0945a7b9ccf4a6d6ad1750f9adc
refs/heads/master: ba7736696341ad4253125055c0c85aa9f42959a0
4 changes: 1 addition & 3 deletions trunk/drivers/target/iscsi/iscsi_target_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ struct iscsi_cmd *iscsit_allocate_se_cmd_for_tmr(
if (!cmd->tmr_req) {
pr_err("Unable to allocate memory for"
" Task Management command!\n");
return NULL;
goto out;
}
/*
* TASK_REASSIGN for ERL=2 / connection stays inside of
Expand Down Expand Up @@ -298,8 +298,6 @@ struct iscsi_cmd *iscsit_allocate_se_cmd_for_tmr(
return cmd;
out:
iscsit_release_cmd(cmd);
if (se_cmd)
transport_free_se_cmd(se_cmd);
return NULL;
}

Expand Down

0 comments on commit 655dcb3

Please sign in to comment.