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)
commit61e98203047983fd959cfef889b328a57315847c
treecb78d5969d3d4c7fa42e193ffbba77f83092139f
parent45d189c6062922ffe272e98013ba464b355dede7
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