]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
RDMA/core Remove uverbs_ex_cmd_mask
authorJason Gunthorpe <jgg@nvidia.com>
Sat, 3 Oct 2020 23:20:09 +0000 (20:20 -0300)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 26 Oct 2020 22:27:59 +0000 (19:27 -0300)
commitbd2a40cc2463766ed1a55d94a4ccbdcd621da323
tree519dc94c1815aafe2b3e823a18e25c9f1265b55c
parent1f11a7610e50982150b90b31d1f749f6217fbde6
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>
drivers/infiniband/core/device.c
drivers/infiniband/core/uverbs_uapi.c
include/rdma/ib_verbs.h