From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: xenfs won't compile as a module Date: Sun, 22 Mar 2009 19:03:22 -0700 Message-ID: <49C6EDEA.4090906@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: M A Young Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org M A Young wrote: > If I set CONFIG_XENFS=m the compile eventually exits with the error > ERROR: "xen_store_interface" [drivers/xen/xenfs/xenfs.ko] undefined! > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 > + exit 1 > error: Bad exit status from /var/tmp/rpm-tmp.8QwiQc (%build) > which I think means that there should be an > EXPORT_SYMBOL(xen_store_interface); > line somewhere in xenbus_probe.c Thanks for looking at these. I've actually been fixing these module issues myself, but I'll need to compare things carefully to make sure I got everything. J