OSDN Git Service

net: remove osize variable in __alloc_skb()
authorEric Dumazet <edumazet@google.com>
Mon, 6 Feb 2023 17:31:01 +0000 (17:31 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 7 Feb 2023 18:59:52 +0000 (10:59 -0800)
commit65998d2bf857b9ae5acc1f3b70892bd1b429ccab
tree384e464b457783a6571ca18afce02decf8059ed8
parent115f1a5c42bdad9a9ea356fc0b4a39ec7537947f
net: remove osize variable in __alloc_skb()

This is a cleanup patch, to prepare following change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/skbuff.c