]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/kbuf: remove legacy kbuf bulk allocation
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 5 Feb 2025 11:36:42 +0000 (11:36 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Feb 2025 12:34:45 +0000 (05:34 -0700)
commit7919292a961421bfdb22f83c16657684c96076b3
treed7aa8edf8b564f426799f9f276c6b9d883c9c993
parent92a3bac9a57c39728226ab191859c85f5e2829c0
io_uring/kbuf: remove legacy kbuf bulk allocation

Legacy provided buffers are slow and discouraged in favour of the ring
variant. Remove the bulk allocation to keep it simpler as we don't care
about performance.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/a064d70370e590efed8076e9501ae4cfc20fe0ca.1738724373.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/kbuf.c