]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Fix verbs leak due to reentrancy issue
authorSean Hefty <sean.hefty@intel.com>
Wed, 30 Apr 2014 02:57:36 +0000 (19:57 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 30 Apr 2014 02:57:36 +0000 (19:57 -0700)
commit901acd7a5345e30b664a84414f65c69228845146
treeed641761946bf49be187e237b92349aa8a4c29d0
parent42c34c52d096e83db89775b25eaf047876600894
librdmacm: Fix verbs leak due to reentrancy issue

Any call to ucma_init_device must be done under lock.

Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com>