aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2018-09-16 20:48:12 +0300
committerDoug Ledford <dledford@redhat.com>2018-09-21 11:58:36 -0400
commit2a3ccfdbeb6a5f832d7203e230799f1ffa46e0fc (patch)
tree785c1299b4b77f0c7ccb1f14ec0735101c808775 /include/rdma/ib_verbs.h
parentRDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path (diff)
downloadlinux-dev-2a3ccfdbeb6a5f832d7203e230799f1ffa46e0fc.tar.xz
linux-dev-2a3ccfdbeb6a5f832d7203e230799f1ffa46e0fc.zip
RDMA/uverbs: Get rid of ucontext->tgid
Nothing uses this now, just delete it. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r--include/rdma/ib_verbs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 6437e6af758d..0d822a9db300 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -1500,7 +1500,6 @@ struct ib_ucontext {
bool cleanup_retryable;
- struct pid *tgid;
#ifdef CONFIG_INFINIBAND_ON_DEMAND_PAGING
void (*invalidate_range)(struct ib_umem_odp *umem_odp,
unsigned long start, unsigned long end);