]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: add interface for getting files
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 24 Feb 2020 08:32:44 +0000 (11:32 +0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 2 Mar 2020 21:04:37 +0000 (14:04 -0700)
commit06769e48b4db6617d3ba2624fee3ef43f8faf065
tree278f83fac2620d3d7c1b95f841a8bbb2c6e19006
parentd6952056415bc1c63a8707f58f103f6a97e5bd88
io_uring: add interface for getting files

Preparation without functional changes. Adds io_get_file(), that allows
to grab files not only into req->file.

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