]> git.ipfire.org Git - thirdparty/linux.git/commit
net: splice: Drop unused @gfp
authorMichal Luczaj <mhal@rbox.co>
Wed, 2 Jul 2025 13:38:08 +0000 (15:38 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:37:15 +0000 (08:37 -0700)
commit25489a4f556414445d342951615178368ee45cde
tree83a4432157515a4b388786b2aee48cb6ad077ef7
parent1024f1207161bd1c9e3460d4ca94ab8f4f48519a
net: splice: Drop unused @gfp

Since its introduction in commit 2e910b95329c ("net: Add a function to
splice pages into an skbuff for MSG_SPLICE_PAGES"), skb_splice_from_iter()
never used the @gfp argument. Remove it and adapt callers.

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-2-55f68b60d2b7@rbox.co
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
include/linux/skbuff.h
net/core/skbuff.c
net/ipv4/ip_output.c
net/ipv4/tcp.c
net/ipv6/ip6_output.c
net/kcm/kcmsock.c
net/unix/af_unix.c