]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: warn about unhandled opcode
authorJens Axboe <axboe@kernel.dk>
Wed, 18 Dec 2019 02:45:06 +0000 (19:45 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Dec 2019 02:57:27 +0000 (19:57 -0700)
commit6eaee857069d111c13628996f1f6c7052cea97a2
tree9ff80332eeb57648555db40fa7d43b02b2fa95a9
parent4a8dd1a746ff6ab67a1d1866bfc3844f3002a7f3
io_uring: warn about unhandled opcode

Now that we have all the opcodes handled in terms of command prep and
SQE reuse, add a printk_once() to warn about any potentially new and
unhandled ones.

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