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

Commit 058548ae authored by Stephen Hemminger's avatar Stephen Hemminger Committed by James Bottomley
Browse files

[SCSI] iscsi: add module alias



Since iscsi transport can be built as a module and uses netlink socket
to communicate. The module should have an alias to autoload when socket
of NETLINK_ISCSI type is requested.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Acked-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 0d81b4e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2200,3 +2200,4 @@ MODULE_AUTHOR("Mike Christie <michaelc@cs.wisc.edu>, "
MODULE_DESCRIPTION("iSCSI Transport Interface");
MODULE_LICENSE("GPL");
MODULE_VERSION(ISCSI_TRANSPORT_VERSION);
MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_ISCSI);