commit | 61a73c708f37295892176bc911b178278df6a091 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Fri Sep 01 15:33:55 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Sep 22 15:22:49 2006 -0700 |
tree | caa11f34a88a687f6699373f24bd93733b048f10 | |
parent | f94b533d091a42da92d908eb7b3f9ade1923f90d [diff] |
RDMA/cma: Protect against adding device during destruction Closes a window where address resolution can attach an rdma_cm_id to a device during destruction of the rdma_cm_id. This can result in the rdma_cm_id remaining in the device list after its memory has been freed. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>