Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261406AbVAaWdm (ORCPT ); Mon, 31 Jan 2005 17:33:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261410AbVAaWdm (ORCPT ); Mon, 31 Jan 2005 17:33:42 -0500 Received: from mail.kroah.org ([69.55.234.183]:207 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261406AbVAaWdk (ORCPT ); Mon, 31 Jan 2005 17:33:40 -0500 Date: Mon, 31 Jan 2005 14:33:32 -0800 From: Greg KH To: Karim Yaghmour Cc: Tom Zanussi , linux-kernel , Andrew Morton , Andi Kleen , Roman Zippel , Robert Wisniewski , Tim Bird Subject: Re: [PATCH] relayfs redux, part 2 Message-ID: <20050131223332.GA25419@kroah.com> References: <16890.38062.477373.644205@tut.ibm.com> <20050129081527.GD7738@kroah.com> <41FEACD3.10502@opersys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41FEACD3.10502@opersys.com> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1229 Lines: 35 On Mon, Jan 31, 2005 at 05:10:27PM -0500, Karim Yaghmour wrote: > > Greg KH wrote: > > On Fri, Jan 28, 2005 at 01:38:22PM -0600, Tom Zanussi wrote: > > > >>+extern void * alloc_rchan_buf(unsigned long size, > >>+ struct page ***page_array, > >>+ int *page_count); > >>+extern void free_rchan_buf(void *buf, > >>+ struct page **page_array, > >>+ int page_count); > > > > > > As these will be "polluting" the global namespace of the kernel, could > > you add "relayfs_" to the front of them? > > BTW, these functions are in buffers.h which is an internal header to > fs/relayfs/*.c files. buffers.h is not included in anything outside. > Correct me if I'm wrong, but there is no namespace pollution in that > case, right? All that does contribute to namespace pollution is in > include/linux/relayfs_fs.h. When relayfs is built into the kernel, those symbols are then global to the whole static kernel. Please be nice and rename them. thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/