forked from Minki/linux
825a51a4af
Replace sk_dst_get()/dst_release() in rxe_qp_cleanup() with sk_dst_reset().
sk_dst_get() takes a new reference on dst, so the dst_release() doesn't
actually release the original reference, which was the design intent.
Fixes:
|
||
---|---|---|
.. | ||
rdmavt | ||
rxe | ||
Makefile |