Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750997AbWEITtk (ORCPT ); Tue, 9 May 2006 15:49:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751008AbWEITtk (ORCPT ); Tue, 9 May 2006 15:49:40 -0400 Received: from ns.suse.de ([195.135.220.2]:59067 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750997AbWEITtj (ORCPT ); Tue, 9 May 2006 15:49:39 -0400 Date: Tue, 9 May 2006 12:48:02 -0700 From: Greg KH To: Chris Wright Cc: linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Ian Pratt , Christian Limpach , Jan Beulich Subject: Re: [RFC PATCH 32/35] Add Xen driver utility functions. Message-ID: <20060509194802.GA671@kroah.com> References: <20060509084945.373541000@sous-sol.org> <20060509085200.309814000@sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060509085200.309814000@sous-sol.org> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 598 Lines: 20 On Tue, May 09, 2006 at 12:00:32AM -0700, Chris Wright wrote: > +EXPORT_SYMBOL_GPL(alloc_vm_area); > +EXPORT_SYMBOL_GPL(free_vm_area); > +EXPORT_SYMBOL_GPL(lock_vm_area); > +EXPORT_SYMBOL_GPL(unlock_vm_area); These are all pretty generic function names. Perhaps they belong in the core kernel code instead of a Xen specific file? 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/