From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753591AbXJZK4L (ORCPT ); Fri, 26 Oct 2007 06:56:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751554AbXJZKz6 (ORCPT ); Fri, 26 Oct 2007 06:55:58 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:39696 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751109AbXJZKz5 (ORCPT ); Fri, 26 Oct 2007 06:55:57 -0400 Date: Fri, 26 Oct 2007 03:55:59 -0700 (PDT) Message-Id: <20071026.035559.218058202.davem@davemloft.net> To: ebiederm@xmission.com Cc: bunk@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] fs/proc/proc_net.c: make a struct static From: David Miller In-Reply-To: References: <20071024162329.GQ30533@stusta.de> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: ebiederm@xmission.com (Eric W. Biederman) Date: Wed, 24 Oct 2007 12:18:22 -0600 > Adrian Bunk writes: > > > Struct proc_net_ns_ops can become static. > > > > Signed-off-by: Adrian Bunk > > Acked-by: "Eric W. Biederman" Applied, thanks everyone. > Don't have a clue why I didn't make it static originally. :-)