diff options
author | Sudip Mukherjee <[email protected]> | 2020-04-26 00:35:45 +0100 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2020-05-12 11:47:00 -0300 |
commit | bb43c8e382e5da0ee253e3105d4099820ff4d922 (patch) | |
tree | 232371068813294aecaa2f0f70f69d4e0da3a9a5 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 37e31d2d26a4124506c24e95434e9baf3405a23a (diff) |
RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()
The commit below modified rxe_create_mmap_info() to return ERR_PTR's but
didn't update the callers to handle them. Modify rxe_create_mmap_info() to
only return ERR_PTR and fix all error checking after
rxe_create_mmap_info() is called.
Ensure that all other exit paths properly set the error return.
Fixes: ff23dfa13457 ("IB: Pass only ib_udata in function prototypes")
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/20200511183742.GB225608@mwanda
Cc: [email protected] [5.4+]
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions