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>
Wed, 15 Jan 2020 22:05:03 +0000 (15:05 -0700)
commit836ad3602809912d349ea223c6c13376bbcbe56d
treed276aa639da54b95ea6bd63184ff5a4f941e1845
parent7fd1c0f8c6910cd79146672b46c672acfb3ef841
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