From: Or Gerlitz Date: Wed, 5 May 2010 14:30:34 +0000 (+0300) Subject: IB/iser: Remove buggy back-pointer setting X-Git-Tag: v2.6.35-rc1~487^2^7~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d265b9808272c9f25e1c36d3fb5ddb466efd90e9;p=pandora-kernel.git IB/iser: Remove buggy back-pointer setting The iscsi connection object life cycle includes binding and unbinding (conn_stop) to/from the iscsi transport connection object. Since iscsi connection objects are recycled, at the time the transport connection (e.g iser's IB connection) is released, it is not valid to touch the iscsi connection tied to the transport back-pointer since it may already point to a different transport connection. Signed-off-by: Or Gerlitz Signed-off-by: Roland Dreier --- Reading git-diff-tree failed