commit | 321d7863acf7b1cf921ac18cd5ad5483b3cbb7ec | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Jun 20 15:47:11 2018 -0600 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Fri Jun 22 09:02:59 2018 -0600 |
tree | 3502d3015b6ba2949f9ba15c509c8a5281ac65f6 | |
parent | 4d7dff2b8b24d0087c75afb8e53140acdd1dc2bd [diff] |
IB/uverbs: Delete type and id from uverbs_obj_attr In this context the uobject is not allowed to be NULL, so type is the same as uobject->type, and at least for IDR, id is the same as uobject->id. FD objects should never handle the FD number outside the uAPI boundary code. Suggested-by: Guy Levi <guyle@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>