Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7e9357f authored by Bastian Blank's avatar Bastian Blank Committed by Konrad Rzeszutek Wilk
Browse files

xen/blkback: Add module alias for autoloading



Add xen-backend:vbd module alias to the xen-blkback module. This allows
automatic loading of the module.

Signed-off-by: default avatarBastian Blank <waldi@debian.org>
Acked-by: default avatarIan Campbell <ian.campbell@citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent b4726a9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -826,3 +826,4 @@ static int __init xen_blkif_init(void)
module_init(xen_blkif_init);

MODULE_LICENSE("Dual BSD/GPL");
MODULE_ALIAS("xen-backend:vbd");