commit | bd61baaf59669accae2720799394a51fecabe5d9 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Fri Apr 27 10:24:33 2012 -0500 |
committer | Roland Dreier <roland@purestorage.com> | Tue May 08 11:17:04 2012 -0700 |
tree | 9c6ab2d10e030e7809920d3c6eee11203348cb7c | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 [diff] |
RDMA/cxgb4: Use dst parameter in import_ep() Function import_ep() is incorrectly using ep->dst instead of the dst ptr passed in. This causes a crash when accepting new rdma connections becase ep->dst is not initialized yet. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Cc: <stable@vger.kernel.org> Signed-off-by: Roland Dreier <roland@purestorage.com>