io_uring: change io_ring_ctx bool fields into bit fields
authorJens Axboe <axboe@kernel.dk>
Wed, 8 Jan 2020 18:01:46 +0000 (11:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Jan 2020 00:04:04 +0000 (17:04 -0700)
commit69b3e546139a21b3046b6bf0cb79d5e8c9a3fa75
tree4b68c9c19e9036685ef44aded640ae350b012f7c
parentc150368b496837cb207712e78f903ccfd7633b93
io_uring: change io_ring_ctx bool fields into bit fields

In preparation for adding another one, which would make us spill into
another long (and hence bump the size of the ctx), change them to
bit fields.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c