From: Nicholas Bellinger Date: Mon, 24 Oct 2011 01:16:13 +0000 (-0700) Subject: target: Fix incorrect transport_sent usage X-Git-Tag: v3.2-rc1~24^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415a090ade7e674018e3fa4255938e4c312339b3;p=pandora-kernel.git target: Fix incorrect transport_sent usage This patch converts target-core to use se_cmd->t_transport_sent instead of a duplicated se_cmd->transport_sent member in a handful of locations. It also updates iscsi_target to properly use ->t_transport_sent instead of it's own iscsi_cmd_t->transport_sent value that was not being assigned. Reported-by: Christoph Hellwig Cc: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed