diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2021-11-03 20:38:22 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2022-01-10 10:00:09 +0900 |
commit | 99aa673e2925c89a20eeb5477383c4f2e97d0146 (patch) | |
tree | 73a3df6c85b0a308ab6cb96feef20f793065c4fa /net/9p | |
parent | 1c582c6dc4244d88f702dc3afd5b47225332edf6 (diff) | |
download | linux-99aa673e2925c89a20eeb5477383c4f2e97d0146.tar.bz2 |
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>
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/trans_xen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 2418fa0b58f3..eb9fb55280ef 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 <stefano@aporeto.com>"); MODULE_DESCRIPTION("Xen Transport for 9P"); MODULE_LICENSE("GPL"); |