Re: [PATCH net-next 2/7] net: splice: Drop unused @flags
From: Simon Horman
Date: Wed Jun 25 2025 - 06:07:50 EST
On Tue, Jun 24, 2025 at 11:53:49AM +0200, Michal Luczaj wrote:
> Since commit 79fddc4efd5d ("new helper: add_to_pipe()") which removed
> `spd->flags` check in splice_to_pipe(), skb_splice_bits() does not use the
> @flags argument.
>
> Remove it and adapt callers. No functional change intended.
>
> Signed-off-by: Michal Luczaj <mhal@xxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>