All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Dichtel <nicolas.dichtel@6wind.com>
To: Cong Wang <xiyou.wangcong@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2] ipnetns: fix ip batch mode when using 'netns exec'
Date: Thu, 29 Aug 2013 14:26:09 +0200	[thread overview]
Message-ID: <521F3DE1.5050600@6wind.com> (raw)
In-Reply-To: <kvkbf9$j48$2@ger.gmane.org>

Le 28/08/2013 10:13, Cong Wang a écrit :
> On Tue, 27 Aug 2013 at 07:25 GMT, Nicolas Dichtel <nicolas.dichtel@6wind.com> wrote:
>>
>> -			/* If child failed, propagate status */
>> -			if (WIFEXITED(status))
>> -				exit(WEXITSTATUS(status));
>> +			if (WIFEXITED(status)) {
>> +				/* ip must returns the status of the child,
>
> s/returns/return/

Thank you, but please keep all email addresses in cc next time, at least the author!

  reply	other threads:[~2013-08-29 12:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-27  7:25 [PATCH iproute2] ipnetns: fix ip batch mode when using 'netns exec' Nicolas Dichtel
2013-08-28  8:13 ` Cong Wang
2013-08-29 12:26   ` Nicolas Dichtel [this message]
2013-08-29 12:29 ` [PATCH iproute2 v2] " Nicolas Dichtel

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=521F3DE1.5050600@6wind.com \
    --to=nicolas.dichtel@6wind.com \
    --cc=netdev@vger.kernel.org \
    --cc=xiyou.wangcong@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.