]> git.ipfire.org Git - thirdparty/linux.git/commit
net: skbuff: Drop unused @skb
authorMichal Luczaj <mhal@rbox.co>
Wed, 2 Jul 2025 13:38:12 +0000 (15:38 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:37:22 +0000 (08:37 -0700)
commitab34e14258cd3b6d93ce2d6539a83f740dea8219
tree50828b64c9a2d928dee5775307287d0a58a4c421
parentad0ac6cd9c046e7726e4cd5b985f19750ddcdf34
net: skbuff: Drop unused @skb

Since its introduction in commit 6fa01ccd8830 ("skbuff: Add pskb_extract()
helper function"), pskb_carve_frag_list() never used the argument @skb.
Drop it and adapt the only caller.

No functional change intended.

Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Michal Luczaj <mhal@rbox.co>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/skbuff.c