diff --git a/[refs] b/[refs] index 9d55a9d39c6b..3bb832e04886 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88f8a5e3e7defccd3925cabb1ee4d3994e5cdb52 +refs/heads/master: 332dd96f7ac15e937088fe11f15cfe0210e8edd1 diff --git a/trunk/net/core/dst.c b/trunk/net/core/dst.c index 8abe628b79f1..b99c7c7ffce2 100644 --- a/trunk/net/core/dst.c +++ b/trunk/net/core/dst.c @@ -370,6 +370,7 @@ static int dst_dev_event(struct notifier_block *this, unsigned long event, static struct notifier_block dst_dev_notifier = { .notifier_call = dst_dev_event, + .priority = -10, /* must be called after other network notifiers */ }; void __init dst_init(void)