9p/xen: autoload when xenbus service is available
Link: https://lkml.kernel.org/r/20211103193823.111007-4-linux@weissschuh.net Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
This commit is contained in:
parent
1c582c6dc4
commit
99aa673e29
|
@ -538,6 +538,7 @@ static void p9_trans_xen_exit(void)
|
|||
}
|
||||
module_exit(p9_trans_xen_exit);
|
||||
|
||||
MODULE_ALIAS("xen:9pfs");
|
||||
MODULE_AUTHOR("Stefano Stabellini <stefano@aporeto.com>");
|
||||
MODULE_DESCRIPTION("Xen Transport for 9P");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue