commit | 4ce719f846a4177f2631e4149503e3baf3dce87b | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Thu Aug 09 20:14:44 2018 -0600 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Aug 13 09:17:19 2018 -0600 |
tree | 5d4a2cb0cba578390971ea831dd612081eccd0ea | |
parent | 51d0a2b4cfa9979fd8a59faf483b4e84587ab4ea [diff] |
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>