]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27c444db0e717a43ce281d826b1d50ec53940aa5
treec72e16ffa170aee4a62d098fd0c8676e3952aca6
parentbb7a9f0e354c91a82417c87d25f858581eea5ecf
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