IB/uverbs: Do not check for device disassociation during ioctl
authorJason Gunthorpe <jgg@mellanox.com>
Fri, 10 Aug 2018 02:14:44 +0000 (20:14 -0600)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 13 Aug 2018 15:17:19 +0000 (09:17 -0600)
commit4ce719f846a4177f2631e4149503e3baf3dce87b
tree5d4a2cb0cba578390971ea831dd612081eccd0ea
parent51d0a2b4cfa9979fd8a59faf483b4e84587ab4ea
IB/uverbs: Do not check for device disassociation during ioctl

Now that the ioctl path and uobjects are converted to use uverbs_api, it
is now safe to remove the disassociation protection from the common ioctl
code.

This completes the work to make destroy functions continue to work even
after device disassociation.

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