From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <514F0F07.9050702@cogentembedded.com> Date: Sun, 24 Mar 2013 17:34:47 +0300 From: Sergei Shtylyov MIME-Version: 1.0 References: <1364015653-7322-1-git-send-email-honkiko@gmail.com> <1364131607-11698-1-git-send-email-honkiko@gmail.com> In-Reply-To: <1364131607-11698-1-git-send-email-honkiko@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH net-next] bridge: avoid br_ifinfo_notify when nothing changed List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hong Zhiguo Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, zhiguo.hong@emc.com, stephen@networkplumber.org, herbert@gondor.hengli.com.au, davem@davemloft.net Hello. On 03/24/2013 04:26 PM, Hong Zhiguo wrote: > When neither IFF_BRIDGE nor IFF_BRIDGE_PORT is set, > and afspec == NULL but protinfo != NULL, we run into > "if (err == 0) br_ifinfo_notify(RTM_NEWLINK, p);" with > random value in ret. > > Thanks to Sergei for pointing out the error in commit comments. > > Signed-off-by: Hong Zhiguo For the future, if you post the revised version of the patch, you should indicate in the subject it like this: [PATCH v2]. WBR, Sergei