commit | 415a090ade7e674018e3fa4255938e4c312339b3 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Sun Oct 23 18:16:13 2011 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Oct 24 03:22:06 2011 +0000 |
tree | 075991035ca3410cdd2a9110d2cde1c1ca485e4d | |
parent | af3f00c75949369d937f499f49118e879939724d [diff] |
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 <hch@lst.de> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>