diff options
author | Dylan Yudaken <[email protected]> | 2022-12-15 10:41:38 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-12-15 11:59:29 -0700 |
commit | 44a84da45272b3f4beb90025a64cfbde18f1aef0 (patch) | |
tree | 7abe87073145288723fd115c97901a10d975bbed /lib/mpi/mpiutil.c | |
parent | a8cf95f93610eb8282f8b6d0117ba78b74588d6b (diff) |
io_uring: use call_rcu_hurry if signaling an eventfd
io_uring uses call_rcu in the case it needs to signal an eventfd as a
result of an eventfd signal, since recursing eventfd signals are not
allowed. This should be calling the new call_rcu_hurry API to not delay
the signal.
Signed-off-by: Dylan Yudaken <[email protected]>
Cc: Joel Fernandes (Google) <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Acked-by: Paul E. McKenney <[email protected]>
Reviewed-by: Joel Fernandes (Google) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions