diff --git a/[refs] b/[refs] index f5117e1fa853..de60a9d86da9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1df2e44560c0d72f381126e52a3ba53614c1c484 +refs/heads/master: a4e65d36a959005f14142535b58c44cd0f1de8cb diff --git a/trunk/net/ipv4/devinet.c b/trunk/net/ipv4/devinet.c index 55d199e4ae21..3168c3de4919 100644 --- a/trunk/net/ipv4/devinet.c +++ b/trunk/net/ipv4/devinet.c @@ -516,8 +516,6 @@ static struct in_ifaddr *rtm_to_ifaddr(struct nlmsghdr *nlh) goto errout; } - ipv4_devconf_setall(in_dev); - ifa = inet_alloc_ifa(); if (ifa == NULL) { /* @@ -528,6 +526,7 @@ static struct in_ifaddr *rtm_to_ifaddr(struct nlmsghdr *nlh) goto errout; } + ipv4_devconf_setall(in_dev); in_dev_hold(in_dev); if (tb[IFA_ADDRESS] == NULL)