]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sdp: BUG2031 - sdp_cma_handler() won't be invoked after last ref count removed
authorEldad Zinger <eldadz@mellanox.co.il>
Tue, 4 May 2010 08:43:29 +0000 (11:43 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:56 +0000 (05:04 -0700)
commit555d1900ed748eebdfa3274dd4dd1ba83ed0ba16
tree8468a7771a60f90fe768b0f8f6c4eabec8f90b6b
parentbe47af137a10881ea2f8fec7f13fabc52e1a85d5
sdp: BUG2031 - sdp_cma_handler() won't be invoked after last ref count removed

rdma_id will be destructed in cases where the sdp_cma_handler() is not required any more.
This will disable asynchronous-events handling after the last reference count removed.

Signed-off-by: Eldad Zinger <eldadz@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_main.c