Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344725
b: refs/heads/master
c: e6c4219
h: refs/heads/master
i:
  344723: 5e7b038
v: v3
  • Loading branch information
Christoph Hellwig authored and Nicholas Bellinger committed Nov 7, 2012
1 parent 4f49039 commit 29aafe5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ecf0dd6642ecf7c0aff89c1be48b870586f4be4f
refs/heads/master: e6c4219b54ac9d0bd348ea59e606303f9aef1784
3 changes: 2 additions & 1 deletion trunk/drivers/target/target_core_pscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,8 @@ static int pscsi_parse_cdb(struct se_cmd *cmd)
*/
switch (cdb[0]) {
case REPORT_LUNS:
return spc_emulate_report_luns(cmd);
cmd->execute_cmd = spc_emulate_report_luns;
return 0;
case READ_6:
case READ_10:
case READ_12:
Expand Down

0 comments on commit 29aafe5

Please sign in to comment.