diff options
Diffstat (limited to 'net/core/dst.c')
| -rw-r--r-- | net/core/dst.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/core/dst.c b/net/core/dst.c index b8d7c700541d..ee6153e2cf43 100644 --- a/net/core/dst.c +++ b/net/core/dst.c @@ -374,7 +374,7 @@ static int dst_dev_event(struct notifier_block *this, unsigned long event,  	struct dst_entry *dst, *last = NULL;  	switch (event) { -	case NETDEV_UNREGISTER: +	case NETDEV_UNREGISTER_FINAL:  	case NETDEV_DOWN:  		mutex_lock(&dst_gc_mutex);  		for (dst = dst_busy_list; dst; dst = dst->next) { | 
