mirror of https://gitee.com/openkylin/linux.git
[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: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
0d81b4e8dc
commit
058548ae23
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue