IB/iser: Remove buggy back-pointer setting
authorOr Gerlitz <ogerlitz@voltaire.com>
Wed, 5 May 2010 14:30:34 +0000 (17:30 +0300)
committerRoland Dreier <rolandd@cisco.com>
Wed, 12 May 2010 16:30:44 +0000 (09:30 -0700)
commitd265b9808272c9f25e1c36d3fb5ddb466efd90e9
tree65791c6f7b3f25e275a4b145795b3c5041b764f8
parent2110f9bf37511df06220bb7e977f417baecf2950
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 <ogerlitz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/iser/iser_verbs.c