Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292837
b: refs/heads/master
c: effc6cc
h: refs/heads/master
i:
  292835: 59de95b
v: v3
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Feb 25, 2012
1 parent 32a0bb2 commit 6fa595e
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: 089461dda1770c10fea0b988ff74519a9be81d7e
refs/heads/master: effc6cc8828257c32c37635e737f14fd6e19ecd7
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_cdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ target_emulate_inquiry_std(struct se_cmd *cmd, char *buf)
if (dev->se_sub_dev->t10_alua.alua_type == SPC3_ALUA_EMULATED)
target_fill_alua_data(lun->lun_sep, buf);

buf[7] = 0x32; /* Sync=1 and CmdQue=1 */
buf[7] = 0x2; /* CmdQue=1 */

snprintf(&buf[8], 8, "LIO-ORG");
snprintf(&buf[16], 16, "%s", dev->se_sub_dev->t10_wwn.model);
Expand Down

0 comments on commit 6fa595e

Please sign in to comment.