]> asedeno.scripts.mit.edu Git - linux.git/commit
io_uring: Merge io_submit_sqes and io_ring_submit
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 5 Nov 2019 21:22:14 +0000 (00:22 +0300)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Nov 2019 18:20:07 +0000 (11:20 -0700)
commitae9428ca61271b6b7f52ebbc359676c9fdfde523
tree6b7e5af01f71632c57746cd42d1db5f7fcbea4f2
parent3aa5fa030558e2b0da284fd069aeb7178543c987
io_uring: Merge io_submit_sqes and io_ring_submit

io_submit_sqes() and io_ring_submit() are doing the same stuff with
a little difference. Deduplicate them.

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