Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344736
b: refs/heads/master
c: a2e85d1
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger committed Nov 7, 2012
1 parent 4afc4c1 commit 7eec44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: de103c93aff0bed0ae984274e5dc8b95899badab
refs/heads/master: a2e85d18146857ffddea4dfe3b245055af8e3db3
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_alua.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ target_emulate_set_target_port_groups(struct se_cmd *cmd)
}
spin_unlock(&l_tg_pt_gp_mem->tg_pt_gp_mem_lock);

if (l_tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICT_ALUA) {
if (!(l_tg_pt_gp->tg_pt_gp_alua_access_type & TPGS_EXPLICT_ALUA)) {
pr_debug("Unable to process SET_TARGET_PORT_GROUPS"
" while TPGS_EXPLICT_ALUA is disabled\n");
rc = TCM_UNSUPPORTED_SCSI_OPCODE;
Expand Down

0 comments on commit 7eec44e

Please sign in to comment.