Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348837
b: refs/heads/master
c: a0d50f6
h: refs/heads/master
i:
  348835: 7458be5
v: v3
  • Loading branch information
Hannes Reinecke authored and Nicholas Bellinger committed Jan 11, 2013
1 parent f6f8e2a commit 82d9d0a
Show file tree
Hide file tree
Showing 3 changed files with 3 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: ba829137bfd167623363548aa385be769c6b2664
refs/heads/master: a0d50f62c8b7e461f9d53124576d59bc582f3eb3
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 @@ -212,7 +212,7 @@ target_emulate_set_target_port_groups(struct se_cmd *cmd)
struct t10_alua_tg_pt_gp_member *tg_pt_gp_mem, *l_tg_pt_gp_mem;
unsigned char *buf;
unsigned char *ptr;
sense_reason_t rc;
sense_reason_t rc = TCM_NO_SENSE;
u32 len = 4; /* Skip over RESERVED area in header */
int alua_access_state, primary = 0;
u16 tg_pt_id, rtpi;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_pr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ core_scsi3_emulate_pro_register(struct se_cmd *cmd, u64 res_key, u64 sa_res_key,
/* Used for APTPL metadata w/ UNREGISTER */
unsigned char *pr_aptpl_buf = NULL;
unsigned char isid_buf[PR_REG_ISID_LEN], *isid_ptr = NULL;
sense_reason_t ret;
sense_reason_t ret = TCM_NO_SENSE;
int pr_holder = 0, type;

if (!se_sess || !se_lun) {
Expand Down

0 comments on commit 82d9d0a

Please sign in to comment.