commit | e781573e2fb1b75acdba61dcb9bcbfc16f288442 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Dec 17 19:45:06 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 17 19:57:27 2019 -0700 |
tree | 9ff80332eeb57648555db40fa7d43b02b2fa95a9 | |
parent | d625c6ee4975000140c57da7e1ff244efefde274 [diff] |
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>