io_uring: add end-of-bits marker and build time verify it
authorJens Axboe <axboe@kernel.dk>
Tue, 3 Mar 2020 22:28:17 +0000 (15:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Mar 2020 18:49:14 +0000 (11:49 -0700)
commit18d4e31dbcba3e1b6a929dc960a504ef581ed75b
tree32a6442758b4a63520d040c653eb8155b465acdd
parenta11e23e26ae5d46e204c122324a5dce2d766cc59
io_uring: add end-of-bits marker and build time verify it

Not easy to tell if we're going over the size of bits we can shove
in req->flags, so add an end-of-bits marker and a BUILD_BUG_ON()
check for it.

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