From: Erez Zilber Date: Wed, 27 Sep 2006 12:27:10 +0000 (+0300) Subject: IB/iser: Have iSER data transaction object point to iSER conn X-Git-Tag: v2.6.19-rc1~652^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e8df7a273c7c1acb864c90b5253609c44375a6;p=pandora-kernel.git IB/iser: Have iSER data transaction object point to iSER conn iSER uses a data transaction object (struct iser_dto) as part of its IB data descriptors (struct iser_desc) management. It also uses a hierarchy of connection structures pointing to each other. A DTO may exist even after the iscsi_iser connection pointed by it is destroyed (eg one that is bound to a post receive buffer which was flushed by the IB HW). Hence DTOs need point to the lowest connection, which is struct iser_conn. Signed-off-by: Erez Zilber Signed-off-by: Roland Dreier --- Reading git-diff-tree failed