]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: make op handlers always take issue flags
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 10 Feb 2021 00:03:08 +0000 (00:03 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Feb 2021 02:15:14 +0000 (19:15 -0700)
commita9ce6ae2aefa312c558fc4690f3c28f57f7922e6
treecb78d5969d3d4c7fa42e193ffbba77f83092139f
parentaa3a50eccbf6462c52b36410dbe8107a242f79ff
io_uring: make op handlers always take issue flags

Make opcode handler interfaces a bit more consistent by always passing
in issue flags. Bulky but pretty easy and mechanical change.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c