]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: use constants for cq_overflow bitfield
authorDylan Yudaken <dylany@fb.com>
Thu, 21 Apr 2022 09:13:43 +0000 (02:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Apr 2022 00:18:18 +0000 (18:18 -0600)
commitbdf60a60f279190ef6f22dec399e933b65aa2c85
tree83596f31acfe95a0495c80a851708f7070be31dd
parentc384e1a9f046ad277464675fdca3dbac89aa082f
io_uring: use constants for cq_overflow bitfield

Prepare to use this bitfield for more flags by using constants instead of
magic value 0

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220421091345.2115755-5-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c