From: Thomas Weißschuh Date: Wed, 3 Nov 2021 19:38:22 +0000 (+0100) Subject: 9p/xen: autoload when xenbus service is available X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=99aa673e2925c89a20eeb5477383c4f2e97d0146;p=linux.git 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 Signed-off-by: Dominique Martinet --- diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 2418fa0b58f36..eb9fb55280ef8 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c @@ -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 "); MODULE_DESCRIPTION("Xen Transport for 9P"); MODULE_LICENSE("GPL");