]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/io_uring.c
io_uring: rename __io_submit_sqe()
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 21 Nov 2019 18:24:36 +0000 (21:24 +0300)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Nov 2019 02:56:10 +0000 (19:56 -0700)
commitd732447fed7d6b4c22907f630cd25d574bae5276
treef6c1b6523589be877c37b902333f5a26d1521225
parent915967f69c591b34c5a18d6618af021a81ffd700
io_uring: rename __io_submit_sqe()

__io_submit_sqe() is issuing requests, so call it as
such. Moreover, it ends by calling io_iopoll_req_issued().

Rename it and make terminology clearer.

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