io_uring: make prep and issue side of req handlers named consistently
authorJens Axboe <axboe@kernel.dk>
Mon, 23 May 2022 22:49:31 +0000 (16:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 11:37:06 +0000 (05:37 -0600)
commit54739cc6b4e12b8bf3802536634b8e896eb796b1
treec72e16ffa170aee4a62d098fd0c8676e3952aca6
parentecddc25d1355d0ce2b486a4991b826b6e87875a9
io_uring: make prep and issue side of req handlers named consistently

Almost all of them are, the odd ones out are the poll remove and the
files update request. Name them like the others, which is:

io_#cmdname_prep for request preparation
io_#cmdname for request issue

Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c