From: Christoph Hellwig Date: Mon, 23 Apr 2012 15:35:31 +0000 (-0400) Subject: target: remove the task_size field in struct se_task X-Git-Tag: v3.5-rc1~111^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a83aa4e7b26ba61b9dc98d5c0bf725f4df0043f;p=pandora-kernel.git target: remove the task_size field in struct se_task Now that we don't split commands the size 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 size 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