mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
xenbus: export xen_store_interface for xenfs
xen_store_interface is needed by xenfs, and xenfs may be a module. [ Impact: build fix for modular xenfs ] Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
parent
f31fdf5105
commit
8e3e99918b
1 changed files with 3 additions and 1 deletions
|
@ -64,9 +64,11 @@
|
|||
|
||||
|
||||
int xen_store_evtchn;
|
||||
EXPORT_SYMBOL(xen_store_evtchn);
|
||||
EXPORT_SYMBOL_GPL(xen_store_evtchn);
|
||||
|
||||
struct xenstore_domain_interface *xen_store_interface;
|
||||
EXPORT_SYMBOL_GPL(xen_store_interface);
|
||||
|
||||
static unsigned long xen_store_mfn;
|
||||
|
||||
static BLOCKING_NOTIFIER_HEAD(xenstore_chain);
|
||||
|
|
Loading…
Reference in a new issue