commit | 07f05f40d956d40f32852a7b3ff109a72d254cf9 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Sun Nov 25 20:51:20 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Nov 26 16:48:07 2018 -0700 |
tree | b92baff7535b981cb6590e49a070f5935b30d5cc | |
parent | 3a6532c9af1a7836da2d597f1aaca73cb16c3b97 [diff] |
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl() Have the core code initialize the driver_udata if the method has a udata description. This is done using the same create_udata the handler was supposed to call. This makes ioctl consistent with the write and write_ex paths. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>