]> git.hungrycats.org Git - linux/commit
io_uring: rename kiocb_end_write() local helper
authorAmir Goldstein <amir73il@gmail.com>
Thu, 17 Aug 2023 14:13:31 +0000 (17:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Nov 2024 13:59:37 +0000 (14:59 +0100)
commit955089c2403c5c75755629517d235ad99650a03c
tree7037aead96045f1f59ef080c1340bb30d9bd6af1
parent6f383f653d036a52b9482195e256941fe745d022
io_uring: rename kiocb_end_write() local helper

Commit a370167fe526123637965f60859a9f1f3e1a58b7 upstream.

This helper does not take a kiocb as input and we want to create a
common helper by that name that takes a kiocb as input.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Message-Id: <20230817141337.1025891-2-amir73il@gmail.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
io_uring/io_uring.c