]> 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)
commitf346672fdb3d7033b128057ca17ab7e8d60d8de0
tree4b68c9c19e9036685ef44aded640ae350b012f7c
parent5e606b5b6ebd41ddc8974bc8f969ac2e2c346f14
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