commit | bd2a40cc2463766ed1a55d94a4ccbdcd621da323 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@nvidia.com> | Sat Oct 03 20:20:09 2020 -0300 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Mon Oct 26 19:27:59 2020 -0300 |
tree | 519dc94c1815aafe2b3e823a18e25c9f1265b55c | |
parent | 1f11a7610e50982150b90b31d1f749f6217fbde6 [diff] |
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>