aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2022-06-30 19:04:26 +0000
committerJason Gunthorpe <[email protected]>2022-07-22 20:43:00 +0000
commitc2ea08ca5e4a85d0adde7a87c239a2659a2e6bbf (patch)
treea8ba9b12ec9058136cc5884c2946a913a0d0c79f /fs/jbd2/commit.c
parentRDMA/rxe: Limit the number of calls to each tasklet (diff)
downloadkernel-c2ea08ca5e4a85d0adde7a87c239a2659a2e6bbf.tar.gz
kernel-c2ea08ca5e4a85d0adde7a87c239a2659a2e6bbf.zip
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 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions