From: Roland Dreier Date: Fri, 30 Mar 2012 18:29:15 +0000 (-0700) Subject: target: Remove transport_do_task_sg_chain() and associated detritus X-Git-Tag: v3.5-rc1~111^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957525a2424aad367d6e0efb64e440b2b37fa5cd;p=pandora-kernel.git target: Remove transport_do_task_sg_chain() and associated detritus Now that all fabrics are converted over to using se_cmd->t_data_sg directly, we can drop the task sg chaining support. With the modern memory allocation in target core, task sg chaining is needless overhead -- we would split up the main cmd sglist into pieces, and then splice those pieces back together instead of just using the original list directly. Signed-off-by: Roland Dreier Reviewed-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed