diff options
author | Jason Gunthorpe <jgg@nvidia.com> | 2020-10-03 20:20:09 -0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2020-10-26 19:27:59 -0300 |
commit | bd2a40cc2463766ed1a55d94a4ccbdcd621da323 (patch) | |
tree | 519dc94c1815aafe2b3e823a18e25c9f1265b55c /include/rdma | |
parent | 1f11a7610e50982150b90b31d1f749f6217fbde6 (diff) | |
download | linux-bd2a40cc2463766ed1a55d94a4ccbdcd621da323.tar.gz linux-bd2a40cc2463766ed1a55d94a4ccbdcd621da323.tar.bz2 linux-bd2a40cc2463766ed1a55d94a4ccbdcd621da323.zip |
RDMA/core Remove uverbs_ex_cmd_mask
No driver sets it, and the core code sets a maximum mask, simply remove
it.
Disabled operations are now handled either by having a NULL ops pointer,
or by having the common driver callbacks check for unsupported extended
attributes.
Link: https://lore.kernel.org/r/9-v1-caa70ba3d1ab+1436e-ucmd_mask_jgg@nvidia.com
Signed-off-by: Jason Gunthorpe <jgg@nvidia.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 0f9ce27bedcb..c7c6b06171e9 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -2667,7 +2667,6 @@ struct ib_device { const struct attribute_group *groups[3]; u64 uverbs_cmd_mask; - u64 uverbs_ex_cmd_mask; char node_desc[IB_DEVICE_NODE_DESC_MAX]; __be64 node_guid; |