diff options
author | Christoph Hellwig <hch@lst.de> | 2016-02-24 18:24:08 +0100 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2016-03-11 06:48:51 +0100 |
commit | e3416ab2d156ac0f0a3d9e55bcdff69d109ba403 (patch) | |
tree | abc1e7af66e75c2b69f35d79756fa45dc5ec9ca7 /drivers/target | |
parent | iser-target: Kill struct isert_rdma_wr (diff) | |
download | linux-e3416ab2d156ac0f0a3d9e55bcdff69d109ba403.tar.xz linux-e3416ab2d156ac0f0a3d9e55bcdff69d109ba403.zip |
iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc
We only use the pointer when processing regular iSER commands, and it then
always points to the struct iser_cmd that contains the TX descriptor.
Remove it and rely on container_of to save a little space and avoid a
pointer that is updated multiple times per processed command.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
0 files changed, 0 insertions, 0 deletions