Received: with ECARTIS (v1.0.0; list netdev); Sat, 11 Oct 2003 12:41:06 -0700 (PDT) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by oss.sgi.com (8.12.10/8.12.10) with SMTP id h9BJeB25012158 for ; Sat, 11 Oct 2003 12:40:32 -0700 Received: from mars.ravnborg.org (0x50a416f6.hrnxx9.adsl-dhcp.tele.dk [80.164.22.246]) by pasmtp.tele.dk (Postfix) with ESMTP id DDEB71EC394; Sat, 11 Oct 2003 21:40:09 +0200 (CEST) Received: by mars.ravnborg.org (Postfix, from userid 502) id D7412A4019; Sat, 11 Oct 2003 21:40:08 +0200 (CEST) Date: Sat, 11 Oct 2003 21:40:08 +0200 From: Sam Ravnborg To: "David S. Miller" Cc: "Randy.Dunlap" , linux-kernel@vger.kernel.org, netdev@oss.sgi.com Subject: Re: patches for PROC_FS=n (2.6.0-test7) Message-ID: <20031011194008.GA2395@mars.ravnborg.org> Mail-Followup-To: "David S. Miller" , "Randy.Dunlap" , linux-kernel@vger.kernel.org, netdev@oss.sgi.com References: <20031010141646.779f10bb.rddunlap@osdl.org> <20031011120852.13fa8ec4.davem@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031011120852.13fa8ec4.davem@redhat.com> User-Agent: Mutt/1.4.1i X-archive-position: 744 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: sam@ravnborg.org Precedence: bulk X-list: netdev On Sat, Oct 11, 2003 at 12:08:52PM -0700, David S. Miller wrote: > On Fri, 10 Oct 2003 14:16:46 -0700 > "Randy.Dunlap" wrote: > > > http://developer.osdl.org/rddunlap/patches/atmprocfs_260t7.patch > > How can this be needed? When procfs is disabled then > remove_proc_entry() is defined as "do { } while (0)", ie. a nop. Due to this - the real offender: from: net/atm/clip.c: #ifdef CONFIG_PROC_FS #include #include #endif Sam