Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 12 Oct 2002 14:20:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 12 Oct 2002 14:20:43 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:13477 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Sat, 12 Oct 2002 14:20:42 -0400 Date: Sat, 12 Oct 2002 14:26:31 -0400 (EDT) From: Alexander Viro To: Olaf Dietsche cc: neilb@cse.unsw.edu.au, nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] 2.5.42: build nfsd as module broken In-Reply-To: <871y6vwmft.fsf@goat.bogus.local> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 743 Lines: 23 On Sat, 12 Oct 2002, Olaf Dietsche wrote: > +EXPORT_SYMBOL(cache_fresh); > +EXPORT_SYMBOL(cache_flush); > +EXPORT_SYMBOL(cache_unregister); > +EXPORT_SYMBOL(cache_check); > +EXPORT_SYMBOL(cache_clean); > +EXPORT_SYMBOL(cache_register); > +EXPORT_SYMBOL(cache_init); > +EXPORT_SYMBOL(add_word); > +EXPORT_SYMBOL(add_hex); > +EXPORT_SYMBOL(get_word); Ahem. Non-static objects called add_word and get_word? Even the cache_...() stuff is a namespace pollution (which kind of cache?), but that... - 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/