projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c582c6
)
9p/xen: autoload when xenbus service is available
author
Thomas Weißschuh
<linux@weissschuh.net>
Wed, 3 Nov 2021 19:38:22 +0000
(20:38 +0100)
committer
Dominique Martinet
<asmadeus@codewreck.org>
Mon, 10 Jan 2022 01:00:09 +0000
(10:00 +0900)
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>
net/9p/trans_xen.c
patch
|
blob
|
history
diff --git
a/net/9p/trans_xen.c
b/net/9p/trans_xen.c
index 2418fa0b58f36ac75646ecae51c9abc348c89193..eb9fb55280ef84c2ca29ecd3d4dd97209d8d0108 100644
(file)
--- 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");