Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310846
b: refs/heads/master
c: 59e4f54
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Jun 13, 2012
1 parent 51eaee0 commit 4a6dc0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: f2d5d9b90b095ab0e8097b2b0793f4a56ed98147
refs/heads/master: 59e4f541baf728dbb426949bfa9f6862387ffd0e
5 changes: 3 additions & 2 deletions trunk/drivers/target/target_core_alua.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,9 @@ int target_emulate_set_target_port_groups(struct se_cmd *cmd)

out:
transport_kunmap_data_sg(cmd);
target_complete_cmd(cmd, GOOD);
return 0;
if (!rc)
target_complete_cmd(cmd, GOOD);
return rc;
}

static inline int core_alua_state_nonoptimized(
Expand Down

0 comments on commit 4a6dc0b

Please sign in to comment.