commit | d7f62e825fd19202a0749d10fb439714c51f67d2 | [log] [tgz] |
---|---|---|
author | Stefan Metzmacher <metze@samba.org> | Wed Jan 29 14:39:41 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jan 30 12:40:37 2020 -0700 |
tree | 6fbe64b86ea2953b28059a6d762d890d7f67dd29 | |
parent | 87ce955b24c9940cb2ca7e5173fcf175578d9fe9 [diff] |
io_uring: add BUILD_BUG_ON() to assert the layout of struct io_uring_sqe With nesting of anonymous unions and structs it's hard to review layout changes. It's better to ask the compiler for these things. Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>