Skip to content
Unverified Commit 4e15fa83 authored by Oleg Nesterov's avatar Oleg Nesterov Committed by Christian Brauner
Browse files

io_uring_poll: kill the no longer necessary barrier after poll_wait()



Now that poll_wait() provides a full barrier we can remove smp_rmb() from
io_uring_poll().

In fact I don't think smp_rmb() was correct, it can't serialize LOADs and
STOREs.

Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
Link: https://lore.kernel.org/r/20250107162730.GA18940@redhat.com


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 10b02a2c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment