linux/drivers/infiniband/ulp/isert
Christoph Hellwig e3416ab2d1 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>
2016-03-10 21:48:51 -08:00
..
ib_isert.c iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc 2016-03-10 21:48:51 -08:00
ib_isert.h iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc 2016-03-10 21:48:51 -08:00
Kconfig treewide: Fix typo in Kconfig 2013-10-14 15:23:02 +02:00
Makefile