Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262344
b: refs/heads/master
c: 5db0753
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger committed Jul 28, 2011
1 parent 56cd50a commit 5b1ba5b
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: b9f5edc25036779bbff1272f8f94860d2d7a483b
refs/heads/master: 5db0753ba5aabcd9fa298029f03b32b3c96b5a39
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@ static int transport_generic_cmd_sequencer(
goto out_invalid_cdb_field;
}

cmd->t_task_lba = get_unaligned_be16(&cdb[2]);
cmd->t_task_lba = get_unaligned_be64(&cdb[2]);
passthrough = (dev->transport->transport_type ==
TRANSPORT_PLUGIN_PHBA_PDEV);
/*
Expand Down

0 comments on commit 5b1ba5b

Please sign in to comment.