commit | ff23dfa134576e071ace69e91761d229a0f73139 | [log] [tgz] |
---|---|---|
author | Shamir Rabinovitch <shamir.rabinovitch@oracle.com> | Sun Mar 31 19:10:07 2019 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Apr 01 15:00:47 2019 -0300 |
tree | 5c1b572efdb90153268b69dd7695437f15dd762d | |
parent | bdeacabd1a5fb4c0274b949d7220501c3401a3b4 [diff] |
IB: Pass only ib_udata in function prototypes Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes. Make ib_udata the only argument psssed. Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>