]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9e28b5b510463d2aaa7490df9345e58783d3c83c
tree4b68c9c19e9036685ef44aded640ae350b012f7c
parentbc7e0931e18b7a7fe3d6aeef52f92df7c7dd461a
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