Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136255
b: refs/heads/master
c: ef3fa8c
h: refs/heads/master
i:
  136253: a62c845
  136251: e1c3f33
  136247: 4e5bc43
  136239: 60da921
  136223: 25e3993
  136191: f749f04
v: v3
  • Loading branch information
Ilgu Hong authored and James Bottomley committed Mar 12, 2009
1 parent ca610f1 commit 02c7edf
Show file tree
Hide file tree
Showing 2 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: f078727b250c2653fc9a564f15547c17ebac3f99
refs/heads/master: ef3fa8c6a2e7c53dbaf2eb33a09ad05177425f12
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/device_handler/scsi_dh_alua.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ static unsigned submit_stpg(struct scsi_device *sdev, struct alua_dh_data *h)
/* Prepare the data buffer */
memset(h->buff, 0, stpg_len);
h->buff[4] = TPGS_STATE_OPTIMIZED & 0x0f;
h->buff[6] = (h->group_id >> 8) & 0x0f;
h->buff[7] = h->group_id & 0x0f;
h->buff[6] = (h->group_id >> 8) & 0xff;
h->buff[7] = h->group_id & 0xff;

rq = get_alua_req(sdev, h->buff, stpg_len, WRITE);
if (!rq)
Expand Down

0 comments on commit 02c7edf

Please sign in to comment.