commit | 2c96eb7d62de5048aa08e9ee4fbb607f29e2638c | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Jul 10 20:55:20 2018 -0600 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 25 14:21:22 2018 -0600 |
tree | 3c73802d3c6661c6828c2f9fe881e4710875cf97 | |
parent | e951747a087a8655f467833bb367ebf53d57527c [diff] |
IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject() The ioctl framework already does this correctly, but the write path did not. This is trivially fixed by simply using a standard pattern to return uobj_alloc_commit() as the last statement in every function. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>