]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: implement fixed buffers registration similar to fixed files
authorBijan Mottahedeh <bijan.mottahedeh@oracle.com>
Sun, 25 Apr 2021 13:32:25 +0000 (14:32 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 25 Apr 2021 16:14:04 +0000 (10:14 -0600)
commit5aa3d4ba552fc35d64f394f9ec3f4a6e03937f64
tree6a11d16102c8d106282bceb5bb1bb4a0a7a881c7
parent1db9a81e155761330d90148d06e883536c0e66e1
io_uring: implement fixed buffers registration similar to fixed files

Apply fixed_rsrc functionality for fixed buffers support.

Signed-off-by: Bijan Mottahedeh <bijan.mottahedeh@oracle.com>
[rebase, remove multi-level tables, fix unregister on exit]
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/17035f4f75319dc92962fce4fc04bc0afb5a68dc.1619356238.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c