diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2018-09-16 20:48:12 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-09-21 11:58:36 -0400 |
commit | 2a3ccfdbeb6a5f832d7203e230799f1ffa46e0fc (patch) | |
tree | 785c1299b4b77f0c7ccb1f14ec0735101c808775 /include/rdma | |
parent | 56ac9dd9177ce451ac8176311915b29e8b5f0ac2 (diff) | |
download | linux-2a3ccfdbeb6a5f832d7203e230799f1ffa46e0fc.tar.gz linux-2a3ccfdbeb6a5f832d7203e230799f1ffa46e0fc.tar.bz2 linux-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')
-rw-r--r-- | include/rdma/ib_verbs.h | 1 |
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); |