IB/uverbs: Lower the test for ongoing disassociation
authorJason Gunthorpe <jgg@mellanox.com>
Thu, 26 Jul 2018 03:40:16 +0000 (21:40 -0600)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 1 Aug 2018 20:55:48 +0000 (14:55 -0600)
commitcc2e14e68004e6dec70842f990085f67c1f6fec7
treedede1f553f6725ab52071442f422fd36a170acf9
parent1e857e65d4bb76738d3fb3b15ce9b73a0ce550f8
IB/uverbs: Lower the test for ongoing disassociation

Commands that are reading/writing to objects can test for an ongoing
disassociation during their initial call to rdma_lookup_get_uobject.  This
directly prevents all of these commands from conflicting with an ongoing
disassociation.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/rdma_core.c