From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Date: Sun, 29 Aug 2004 07:16:35 +0000 Subject: Re: Latest Altix I/O code reorganization code Message-Id: <20040829071635.GB7325@mars.ravnborg.org> List-Id: References: <20040827172131.A473@infradead.org> <28819.1093761574@ocs3.ocs.com.au> In-Reply-To: <28819.1093761574@ocs3.ocs.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Keith Owens Cc: Christoph Hellwig , Patrick Gefre , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Sun, Aug 29, 2004 at 04:39:34PM +1000, Keith Owens wrote: > On Fri, 27 Aug 2004 17:21:31 +0100, > Christoph Hellwig wrote: > >all files: lots of missing statics, try running > >http://samba.org/ftp/unpacked/junkcode/findstatic.pl over the compiled code. > > ftp://ftp.ocs.com.au/pub/namespace.pl does a more rigorous check for > symbols that can be static. namespace.pl knows about the special > kernel symbols, linkage and EXPORT_SYMBOL(). Should we add it to the support scripts in the kernel? Something like: make checknamespace Sam