net: remove napi_frag_unref
authorMina Almasry <almasrymina@google.com>
Mon, 8 Apr 2024 15:29:58 +0000 (08:29 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 10 Apr 2024 01:20:32 +0000 (18:20 -0700)
commitf58f3c9563409e618e591d0d540316286cb0665f
tree7137308fbcdba00cb1b087c1efd78be02fc5b1b8
parent959fa5c188bf095558c417554e4772ac1fda3531
net: remove napi_frag_unref

With the changes in the last patches, napi_frag_unref() is now
reduandant. Remove it and use skb_page_unref directly.

Signed-off-by: Mina Almasry <almasrymina@google.com>
Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20240408153000.2152844-4-almasrymina@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/skbuff.h
net/core/skbuff.c