]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
RDMA/ucontext: Get rid of the old disassociate flow
authorJason Gunthorpe <jgg@mellanox.com>
Sun, 16 Sep 2018 17:43:12 +0000 (20:43 +0300)
committerDoug Ledford <dledford@redhat.com>
Thu, 20 Sep 2018 20:19:30 +0000 (16:19 -0400)
commitce92db1ca84de2ebc5be7a81a68f2e220799fcf5
tree07a93cecd5159a8ba350a3233a19994684940e78
parent6745d356ab393b9cd1e54370054a9899c92f42af
RDMA/ucontext: Get rid of the old disassociate flow

The disassociate_ucontext function in every driver is now empty, so we
don't need this ugly and wrong code that was messing with tgids.

rdma_user_mmap_io does this same work in a better way.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/rdma_core.c