X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Fflow.c;h=051430545a05364bb9864df299c93130edaa626a;hb=40b77c943468236c6dfad3e7b94348fe70c70331;hp=5d25697920b1ae183fe83e627044c601cb845632;hpb=5263bf65d6342e12ab716db8e529501670979321;p=linux-2.6 diff --git a/net/core/flow.c b/net/core/flow.c index 5d25697920..051430545a 100644 --- a/net/core/flow.c +++ b/net/core/flow.c @@ -338,7 +338,7 @@ static int flow_cache_cpu(struct notifier_block *nfb, unsigned long action, void *hcpu) { - if (action == CPU_DEAD) + if (action == CPU_DEAD || action == CPU_DEAD_FROZEN) __flow_cache_shrink((unsigned long)hcpu, 0); return NOTIFY_OK; }