From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH v2 net-next] netlink: optimize err assignment Date: Sun, 03 Dec 2017 07:20:09 -0800 Message-ID: <1512314409.19682.51.camel@gmail.com> References: <1512306654-17546-1-git-send-email-cugyly@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: "David S . Miller" , yuan linyu To: yuan linyu , netdev@vger.kernel.org Return-path: Received: from mail-pl0-f66.google.com ([209.85.160.66]:38062 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752013AbdLCPUM (ORCPT ); Sun, 3 Dec 2017 10:20:12 -0500 Received: by mail-pl0-f66.google.com with SMTP id s10so8972852plj.5 for ; Sun, 03 Dec 2017 07:20:12 -0800 (PST) In-Reply-To: <1512306654-17546-1-git-send-email-cugyly@163.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, 2017-12-03 at 21:10 +0800, yuan linyu wrote: > From: yuan linyu > > Signed-off-by: yuan linyu > --- > v2: fix kbuild test warning > --- >  net/netlink/af_netlink.c | 52 ++++++++++++++++++++---------------- > ------------ >  1 file changed, 22 insertions(+), 30 deletions(-) > I see no reason why we should accept this code churn. This kind of change makes future fix backports harder.