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/[email protected] Signed-off-by: Thomas Weißschuh <[email protected]> Signed-off-by: Dominique Martinet <[email protected]>
1 parent 1c582c6 commit 99aa673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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 <[email protected]>");
542543
MODULE_DESCRIPTION("Xen Transport for 9P");
543544
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)