Received: with ECARTIS (v1.0.0; list netdev); Sun, 12 Oct 2003 19:19:24 -0700 (PDT) Received: from mail.osdl.org (fw.osdl.org [65.172.181.6]) by oss.sgi.com (8.12.10/8.12.10) with SMTP id h9D2Il25019540 for ; Sun, 12 Oct 2003 19:18:48 -0700 Received: from midway.verizon.net (build.pdx.osdl.net [172.20.1.2]) by mail.osdl.org (8.11.6/8.11.6) with SMTP id h9D2Ieo14879; Sun, 12 Oct 2003 19:18:40 -0700 Date: Sun, 12 Oct 2003 19:17:25 -0700 From: "Randy.Dunlap" To: "Noah J. Misch" Cc: netdev@oss.sgi.com, davem@redhat.com, maxk@qualcomm.com Subject: Re: patches for PROC_FS=n (2.6.0-test7) Message-Id: <20031012191725.093139d5.rddunlap@osdl.org> In-Reply-To: References: Organization: OSDL X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-archive-position: 759 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: rddunlap@osdl.org Precedence: bulk X-list: netdev On Fri, 10 Oct 2003 16:06:29 -0700 (PDT) "Noah J. Misch" wrote: | > There are several other drivers/protocols that don't build | > with PROC_FS=n, like arlan, siimage, ipx, llc, and bluetooth. | | I put in a patch for ipx yesterday, and I have patches for siimage and llc | pretty much ready to go. I noticed the others but I have not done much. ipx is merged. I'll leave siimage and llc to Noah. Patch below fixes af_bluetooth. Comments on it? -- ~Randy patch_name: bt_noprocfs.patch patch_version: 2003-10-12.19:11:03 author: Randy.Dunlap description: af_bluetooth uses/needs proc_bt when PROC_FS=n product: Linux product_versions: 2.6.0-test7 diffstat: = net/bluetooth/af_bluetooth.c | 2 -- 1 files changed, 2 deletions(-) diff -Naur ./net/bluetooth/af_bluetooth.c~btprocfs ./net/bluetooth/af_bluetooth.c --- ./net/bluetooth/af_bluetooth.c~btprocfs 2003-10-08 12:24:02.000000000 -0700 +++ ./net/bluetooth/af_bluetooth.c 2003-10-12 19:09:11.000000000 -0700 @@ -56,9 +56,7 @@ #define BT_DBG( A... ) #endif -#ifdef CONFIG_PROC_FS struct proc_dir_entry *proc_bt; -#endif /* Bluetooth sockets */ #define BT_MAX_PROTO 5