From: Roland Dreier Date: Tue, 11 Oct 2005 18:08:24 +0000 (-0700) Subject: [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup X-Git-Tag: v2.6.15-rc1~731^2~21^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6810e048435de508ef66aebd6b78db13d651b8;p=pandora-kernel.git [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup ipoib_create_qp() no longer creates IPoIB's QP, so it shouldn't destroy the QP on failure -- that unwinding happens elsewhere, so the current code can cause a double free. While we're at it, the function's name should match what it actually does, so rename it to ipoib_init_qp(). Signed-off-by: Roland Dreier --- Reading git-diff-tree failed