From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Re: -ENOCOMPILE
Date: Fri, 06 Jul 2007 08:57:17 -0400 [thread overview]
Message-ID: <468E3C2D.30107@hp.com> (raw)
In-Reply-To: <20070705.173742.104701626.davem@davemloft.net>
David Miller wrote:
>
> diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
> index f96ed76..6496e03 100644
> --- a/net/ipv6/addrconf.c
> +++ b/net/ipv6/addrconf.c
> @@ -2472,6 +2472,7 @@ static int addrconf_ifdown(struct net_device *dev, int how)
> write_unlock_bh(&idev->lock);
>
> __ipv6_ifa_notify(RTM_DELADDR, ifa);
> + atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifp);
^^^^^^^
Shit. How did that thing sneak back in there.. should be 'ifa'
Yes, I cut and pasted, compiled... failed... fixed... tested... Still
have that kernel running by the way.
looking...
arghhhh, wrong branch!!! <blowing it away>
I'll resubmit and you can sit on as long as you want.
-vlad
> in6_ifa_put(ifa);
>
> write_lock_bh(&idev->lock);
>
prev parent reply other threads:[~2007-07-06 12:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-06 0:37 -ENOCOMPILE David Miller
2007-07-06 12:57 ` Vlad Yasevich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=468E3C2D.30107@hp.com \
--to=vladislav.yasevich@hp.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).