mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
net: remove dst gc related code
This patch removes all dst gc related code and all the dst free functions Signed-off-by: Wei Wang <weiwan@google.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
560fd93bca
commit
5b7c9a8ff8
@@ -8681,7 +8681,6 @@ static int __init net_dev_init(void)
|
||||
rc = cpuhp_setup_state_nocalls(CPUHP_NET_DEV_DEAD, "net/dev:dead",
|
||||
NULL, dev_cpu_dead);
|
||||
WARN_ON(rc < 0);
|
||||
dst_subsys_init();
|
||||
rc = 0;
|
||||
out:
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user