diff --git a/net/core/xdp.c b/net/core/xdp.c index b29d7b513a1811b4e9f8dc57f001157f1e22ee82..829377cc83db1a7e8270b4f745fc207d3e2fdd6a 100644 --- a/net/core/xdp.c +++ b/net/core/xdp.c @@ -85,7 +85,7 @@ static void __xdp_mem_allocator_rcu_free(struct rcu_head *rcu) kfree(xa); } -bool __mem_id_disconnect(int id, bool force) +static bool __mem_id_disconnect(int id, bool force) { struct xdp_mem_allocator *xa; bool safe_to_remove = true;