splice: return type ssize_t from all helpers
authorAmir Goldstein <amir73il@gmail.com>
Tue, 12 Dec 2023 09:44:36 +0000 (11:44 +0200)
committerChristian Brauner <brauner@kernel.org>
Tue, 12 Dec 2023 15:19:59 +0000 (16:19 +0100)
commit0f292086c22b43202daffc14b585d3b54b9a1206
tree3c2efb26f57846ae3413be927f7e5cf8e1b0993e
parent730651268664070dbd582d7d0338b47d066d6323
splice: return type ssize_t from all helpers

Not sure why some splice helpers return long, maybe historic reasons.
Change them all to return ssize_t to conform to the splice methods and
to the rest of the helpers.

Suggested-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20231208-horchen-helium-d3ec1535ede5@brauner/
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Link: https://lore.kernel.org/r/20231212094440.250945-2-amir73il@gmail.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/internal.h
fs/overlayfs/copy_up.c
fs/read_write.c
fs/splice.c
include/linux/splice.h
io_uring/splice.c