RDMA/uverbs: Use only attrs for the write() handler signature
All of the old arguments can be derived from the uverbs_attr_bundle structure, so get rid of the redundant arguments. Most of the prior work has been removing users of the arguments to allow this to be a simple patch. Signed-off-by:Jason Gunthorpe <jgg@mellanox.com> Signed-off-by:
Leon Romanovsky <leonro@mellanox.com> Signed-off-by:
Doug Ledford <dledford@redhat.com>
Showing
- drivers/infiniband/core/rdma_core.h 1 addition, 4 deletionsdrivers/infiniband/core/rdma_core.h
- drivers/infiniband/core/uverbs_cmd.c 47 additions, 103 deletionsdrivers/infiniband/core/uverbs_cmd.c
- drivers/infiniband/core/uverbs_main.c 1 addition, 3 deletionsdrivers/infiniband/core/uverbs_main.c
- drivers/infiniband/core/uverbs_uapi.c 5 additions, 18 deletionsdrivers/infiniband/core/uverbs_uapi.c
- include/rdma/uverbs_ioctl.h 2 additions, 6 deletionsinclude/rdma/uverbs_ioctl.h
Loading
Please register or sign in to comment