commit | 1eb437a4ac1813f21424b8c9c39575fd61528a26 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Tue May 03 14:23:54 2011 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Jul 22 09:37:43 2011 +0000 |
tree | ba0fd018b7daf1ff6e725307b7ce97271ac74537 | |
parent | 5951146dea1ac8ff2f177477c907084d63913cad [diff] |
target: Fix WRITE_SAME_16 t_task_lba assignment bug This patch fixes a bug in the assignment of cmd->t_task.t_task_lba with WRITE_SAME_16 to correctly use get_unaligned_be64() for the 64-bit LBA. Reported-by: Chris Greiveldinger <chris.greiveldinger@rnanetworks.com> Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>