io_uring: remove io_req_ffs_set
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Jun 2023 11:32:31 +0000 (13:32 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 20 Jun 2023 15:36:22 +0000 (09:36 -0600)
commit3beed235d1a1d0a4ab093ab67ea6b2841e9d4fa2
tree3b9af55d49cc0681b4a195c8c9a142a5ff1e1ec8
parentb57c7cd1c17616ae9db5614525ba703f384afd05
io_uring: remove io_req_ffs_set

Just checking the flag directly makes it a lot more obvious what is
going on here.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230620113235.920399-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/rw.c