Re: [PATCH vfs/for-next 2/3] splice: Move splice_to_socket to net/socket.c

From: Jakub Kicinski
Date: Mon Mar 24 2025 - 17:19:23 EST


On Sat, 22 Mar 2025 20:35:45 +0000 Joe Damato wrote:
> Eliminate the #ifdef CONFIG_NET from fs/splice.c and move the
> splice_to_socket helper to net/socket.c, where the other splice socket
> helpers live (like sock_splice_read and sock_splice_eof).
>
> Signed-off-by: Joe Damato <jdamato@xxxxxxxxxx>

Matter of preference, to some extent, but FWIW:

Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>