From: Christoph Hellwig Date: Wed, 12 Oct 2011 15:09:12 +0000 (-0400) Subject: target: replace ->get_cdb with a target_get_task_cdb helper X-Git-Tag: v3.2-rc1~24^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485fd0d1e3b8010b538bd0b209f3592acc825677;p=pandora-kernel.git target: replace ->get_cdb with a target_get_task_cdb helper Instead of calling out to the backends from the core to get a per-task CDB and then modify it for the LBA/len pair used for this CDB provide a helper that writes the adjusted CDB into a provided buffer and call this method from ->do_task in pscsi. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed