From: Roland Dreier Date: Fri, 30 Mar 2012 18:29:12 +0000 (-0700) Subject: IB/srpt: Remove use of transport_do_task_sg_chain() X-Git-Tag: v3.5-rc1~111^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f9e7f01b69bc2d6021e4ab827e1fd78c82cbc52;p=pandora-kernel.git IB/srpt: Remove use of transport_do_task_sg_chain() With the modern target core, se_cmd->t_data_sg already points to a sglist that covers the whole command. So task_sg chaining is needless overhead and obfuscation -- instead of splicing the split up task sglists back into one list, we can just use the original list directly. Signed-off-by: Roland Dreier Reviewed-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed