From: Sagi Grimberg Date: Wed, 1 Oct 2014 11:02:00 +0000 (+0300) Subject: IB/iser: Extend iser_free_ib_conn_res() X-Git-Tag: fixes-against-v3.18-rc2~36^2^3~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96f15198c1457df29b51ed151b1e5b2a223d1346;p=pandora-kernel.git IB/iser: Extend iser_free_ib_conn_res() Put all connection IB related resources release in this routine. One exception is the cm_id which cannot be destroyed as the routine is protected by the state mutex. Also move its position to avoid forward declaration. While at it fix qp NULL assignment. Signed-off-by: Sagi Grimberg Signed-off-by: Ariel Nahum Signed-off-by: Or Gerlitz Signed-off-by: Roland Dreier --- Reading git-diff-tree failed