commit | bd1a3783dd749012134b142b52e5704f7c142897 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Jul 27 10:30:40 2022 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jul 27 08:50:50 2022 -0600 |
tree | 110799c0b24e81dee72442579301f6acde7146df | |
parent | 293402e564a7391f38541c7694e736f5fde20aea [diff] |
io_uring: export req alloc from core We want to do request allocation out of the core io_uring code, make the allocation functions public for other io_uring parts. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/0314fedd3a02a514210ba42d4720332538c65956.1658913593.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>