Skip to content
Commit 3cdc4be1 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring/poll: improve readability of poll reference decrementing



This overly long line is hard to read. Break it up by AND'ing the
ref mask first, then perform the atomic_sub_return() with the value
itself.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 9fe3eaea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment