commit | 15a1b4becba886176aa1426604548c34904fd054 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Sun Nov 25 20:51:15 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Nov 26 16:48:07 2018 -0700 |
tree | d5306001721e9460a9504575cab321e21bac52fb | |
parent | 7106a9769715bb4c0448927a29aa3b505855871c [diff] |
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods The uverbs_attr_bundle already contains this pointer, and most methods don't actually need it. Get rid of the redundant function argument. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>