]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/uverbs: Use only attrs for the write() handler signature
authorJason Gunthorpe <jgg@mellanox.com>
Sun, 25 Nov 2018 18:58:45 +0000 (20:58 +0200)
committerDoug Ledford <dledford@redhat.com>
Mon, 3 Dec 2018 17:01:58 +0000 (12:01 -0500)
commit974d6b4b2bc33c53334e086a40715b384f48f2e2
tree86a6308f6ce39cc4127f0e4f03dd8348e4b7effd
parentece9ca97ccdc845c0c48e204e5a6d9149b7a24b3
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>
drivers/infiniband/core/rdma_core.h
drivers/infiniband/core/uverbs_cmd.c
drivers/infiniband/core/uverbs_main.c
drivers/infiniband/core/uverbs_uapi.c
include/rdma/uverbs_ioctl.h