Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256883
b: refs/heads/master
c: 1eb437a
h: refs/heads/master
i:
  256881: 88728d6
  256879: 0bea143
v: v3
  • Loading branch information
Nicholas Bellinger committed Jul 22, 2011
1 parent 9f0f986 commit 1c35262
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: 5951146dea1ac8ff2f177477c907084d63913cad
refs/heads/master: 1eb437a4ac1813f21424b8c9c39575fd61528a26
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 @@ -3417,7 +3417,7 @@ static int transport_generic_cmd_sequencer(
if (sector_ret)
goto out_unsupported_cdb;
size = transport_get_size(sectors, cdb, cmd);
cmd->t_task.t_task_lba = get_unaligned_be16(&cdb[2]);
cmd->t_task.t_task_lba = get_unaligned_be64(&cdb[2]);
passthrough = (dev->transport->transport_type ==
TRANSPORT_PLUGIN_PHBA_PDEV);
/*
Expand Down

0 comments on commit 1c35262

Please sign in to comment.