netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cong Wang <amwang@redhat.com>
To: netdev@vger.kernel.org
Cc: Eric Dumazet <eric.dumazet@gmail.com>,
	"David S. Miller" <davem@davemloft.net>
Subject: Re: [Patch net-next] ipv6: introduce ip6_rt_put()
Date: Mon, 29 Oct 2012 17:59:10 +0800	[thread overview]
Message-ID: <1351504750.8221.13.camel@cr0> (raw)
In-Reply-To: <1351504521-15003-1-git-send-email-amwang@redhat.com>

On Mon, 2012-10-29 at 17:55 +0800, Cong Wang wrote:
> -       dst_release(&ifp->rt->dst);
> +       ip6_rt_put(&ifp->rt); 

Oops, should be ip6_rt_put(ifp->rt), don't know why gcc doesn't warn
me...

      reply	other threads:[~2012-10-29  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29  9:55 [Patch net-next] ipv6: introduce ip6_rt_put() Cong Wang
2012-10-29  9:59 ` Cong Wang [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=1351504750.8221.13.camel@cr0 \
    --to=amwang@redhat.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --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).