From: Christoph Hellwig Date: Mon, 23 Apr 2012 15:35:30 +0000 (-0400) Subject: target: remove the task_lba field in struct se_task X-Git-Tag: v3.5-rc1~111^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a0e5e2e2e6b577343c79013611ad5701e94482;p=pandora-kernel.git target: remove the task_lba field in struct se_task Now that we don't split commands the lba field in the task is always equivalent to the one in the CDB, even in cases where we have two tasks due to a BIDI transfer. Just refer the the lba in the command instead of duplicating it in the task. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed