]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: splice: Drop unused @pipe
authorMichal Luczaj <mhal@rbox.co>
Wed, 2 Jul 2025 13:38:07 +0000 (15:38 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:37:14 +0000 (08:37 -0700)
commit1024f1207161bd1c9e3460d4ca94ab8f4f48519a
tree73c6cc0097236b1015f66a771c04e2e1deaca7fb
parente27dba1951cec8385e20d6700990d819c0de4ba0
net: splice: Drop unused @pipe

Since commit 41c73a0d44c9 ("net: speedup skb_splice_bits()"),
__splice_segment() and spd_fill_page() do not use the @pipe argument. Drop
it.

While adapting the callers, move one line to enforce reverse xmas tree
order.

No functional change intended.

Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Michal Luczaj <mhal@rbox.co>
Link: https://patch.msgid.link/20250702-splice-drop-unused-v3-1-55f68b60d2b7@rbox.co
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/skbuff.c