]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: add req flag invariant build assertion
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 31 Mar 2025 07:54:00 +0000 (08:54 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 31 Mar 2025 13:07:34 +0000 (07:07 -0600)
commit697b2876ac037545ba2761e2ffe9a5c2af6424e6
treeaf8da177c4b0346afa7a925eaafc65ddf7cb4006
parentf28a71bc979392234cc110cd1e6787fb5b432116
io_uring: add req flag invariant build assertion

We're caching some of file related request flags in a tricky way, put
a build check to make sure flags don't get reshuffled.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/9877577b83c25dd78224a8274f799187e7ec7639.1743407551.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c