From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next v2 1/5] netns: remove net arg from rtnl_net_fill() Date: Thu, 22 Nov 2018 09:18:02 -0700 Message-ID: References: <20181121110124.5501-1-nicolas.dichtel@6wind.com> <20181122155031.3495-1-nicolas.dichtel@6wind.com> <20181122155031.3495-2-nicolas.dichtel@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, davem@davemloft.net To: Nicolas Dichtel Return-path: Received: from mail-it1-f193.google.com ([209.85.166.193]:54946 "EHLO mail-it1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730352AbeKWC6H (ORCPT ); Thu, 22 Nov 2018 21:58:07 -0500 Received: by mail-it1-f193.google.com with SMTP id a205-v6so14785221itd.4 for ; Thu, 22 Nov 2018 08:18:04 -0800 (PST) In-Reply-To: <20181122155031.3495-2-nicolas.dichtel@6wind.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 11/22/18 8:50 AM, Nicolas Dichtel wrote: > This argument is not used anymore. > > Fixes: cab3c8ec8d57 ("netns: always provide the id to rtnl_net_fill()") > Signed-off-by: Nicolas Dichtel > --- > net/core/net_namespace.c | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) > Reviewed-by: David Ahern