commit | 974d6b4b2bc33c53334e086a40715b384f48f2e2 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Sun Nov 25 20:58:45 2018 +0200 |
committer | Doug Ledford <dledford@redhat.com> | Mon Dec 03 12:01:58 2018 -0500 |
tree | 86a6308f6ce39cc4127f0e4f03dd8348e4b7effd | |
parent | ece9ca97ccdc845c0c48e204e5a6d9149b7a24b3 [diff] |
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>