linux/drivers/infiniband/ulp/ipoib
Roland Dreier 5b6810e048 [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 <rolandd@cisco.com>
2005-10-17 15:20:29 -07:00
..
ipoib.h [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup 2005-10-17 15:20:29 -07:00
ipoib_fs.c [PATCH] IB: sparse endianness cleanup 2005-08-26 20:37:35 -07:00
ipoib_ib.c [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup 2005-10-17 15:20:29 -07:00
ipoib_main.c [IPoIB] Rename IPoIB's path_lookup() to avoid name clashes 2005-09-28 19:56:57 -07:00
ipoib_multicast.c [PATCH] IPoIB: Don't flush workqueue from within workqueue 2005-09-20 10:52:04 -07:00
ipoib_verbs.c [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup 2005-10-17 15:20:29 -07:00
ipoib_vlan.c [PATCH] IB: Remove unnecessary includes of <linux/version.h> 2005-08-26 20:37:36 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00