Skip to content

Commit 99aa673

Browse files
t-8chmartinetd
authored andcommitted
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>
1 parent 1c582c6 commit 99aa673

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

net/9p/trans_xen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ static void p9_trans_xen_exit(void)
538538
}
539539
module_exit(p9_trans_xen_exit);
540540

541+
MODULE_ALIAS("xen:9pfs");
541542
MODULE_AUTHOR("Stefano Stabellini <stefano@aporeto.com>");
542543
MODULE_DESCRIPTION("Xen Transport for 9P");
543544
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)