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)
commit10988a0a67ba918c5b3ac7de47efa7470264a291
tree83596f31acfe95a0495c80a851708f7070be31dd
parent3e813c9026720c1291ef3c91caa2e26f88e28367
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