]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: move io_init_req()'s definition
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 18 Feb 2021 18:29:40 +0000 (18:29 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 18 Feb 2021 20:13:18 +0000 (13:13 -0700)
commit989edc665f5f25a752fffc47203715f9d34f2080
tree5fb9d616d6c63f7e440cce8b1425dd350b8e7066
parentd082c40347e9a9a2a067dc9331c099b4f8823b90
io_uring: move io_init_req()'s definition

A preparation patch, symbol to symbol move io_init_req() +
io_check_restriction() a bit up. The submission path is pretty settled
down, so don't worry about backports and move the functions instead of
relying on forward declarations in the future.

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