diff options
author | Bob Pearson <[email protected]> | 2022-06-30 14:04:26 -0500 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2022-07-22 17:43:00 -0300 |
commit | c2ea08ca5e4a85d0adde7a87c239a2659a2e6bbf (patch) | |
tree | a8ba9b12ec9058136cc5884c2946a913a0d0c79f /scripts/gdb/linux/proc.py | |
parent | eff6d998ca297cb0b2e53b032a56cf8e04dd8b17 (diff) |
RDMA/rxe: Replace __rxe_do_task by rxe_run_task
In rxe_req.c replace calls to __rxe_do_task() by calls to rxe_run_task(..,
0). Using __rxe_do_task is an error because the completer tasklet is not
designed to be re-entrant and __rxe_do_task() should only be called when
it is clear that no one else could be calling the completer tasklet as is
the case in rxe_qp.c where this call is used in safe environments.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bob Pearson <[email protected]>
Reviewed-by: Li Zhijian <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions