|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 1 of 3] If Xen backend modules are not loaded, lo
On Tue, 2009-12-22 at 16:48 +0000, Konrad Rzeszutek Wilk wrote:
> @@ -28,6 +28,7 @@
> grep ' xenfs$' /proc/filesystems >/dev/null && \
> ! grep '^xenfs ' /proc/mounts >/dev/null;
> then
> + modprobe -q xenfs
> mount -t xenfs xenfs /proc/xen
> fi
>
I think this one gets requested automatically if the filesystem isn't
currently present, see the call to request_module in
fs/filesystems.c:get_fs_type()
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|