From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Holt Date: Mon, 17 Oct 2005 11:47:30 +0000 Subject: Re: [Patch 2/3] Export get_one_pte_map. Message-Id: <20051017114730.GC30898@lnx-holt.americas.sgi.com> List-Id: References: <20051014192111.GB14418@lnx-holt.americas.sgi.com> <20051014192225.GD14418@lnx-holt.americas.sgi.com> <20051014213038.GA7450@kroah.com> <20051017113131.GA30898@lnx-holt.americas.sgi.com> <1129549312.32658.32.camel@localhost> In-Reply-To: <1129549312.32658.32.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dave Hansen Cc: Robin Holt , Greg KH , ia64 list , linux-mm , Linux Kernel Mailing List , hch@infradead.org, jgarzik@pobox.com, William Lee Irwin III , Jack Steiner On Mon, Oct 17, 2005 at 01:41:52PM +0200, Dave Hansen wrote: > On Mon, 2005-10-17 at 06:31 -0500, Robin Holt wrote: > > On Fri, Oct 14, 2005 at 02:30:38PM -0700, Greg KH wrote: > > > On Fri, Oct 14, 2005 at 02:22:25PM -0500, Robin Holt wrote: > > > > +EXPORT_SYMBOL(get_one_pte_map); > > > > > > EXPORT_SYMBOL_GPL() ? > > > > Not sure why it would fall that way. Looking at the directory, > > I get: > > Most of the VM stuff in those directories that you're referring to are > old, crusty exports, from the days before _GPL. We've left them to be > polite, but if many of them were recreated today, they'd certainly be > _GPL. I got a little push from our internal incident tracking system for this being a module. _GPL it will be. Thanks, Robin