commit | 5b6810e048435de508ef66aebd6b78db13d651b8 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Oct 11 11:08:24 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Oct 17 15:20:29 2005 -0700 |
tree | b54df96d5821a6ed41d778bf1ecfb54dbc7a4999 | |
parent | efaae8f71f3088cc73c9e5ceabbd314aa82ac768 [diff] |
[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>