Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Stephen Hemminger and committed by
James Bottomley
058548ae 0d81b4e8

+1
+1
drivers/scsi/scsi_transport_iscsi.c
··· 2200 2200 MODULE_DESCRIPTION("iSCSI Transport Interface"); 2201 2201 MODULE_LICENSE("GPL"); 2202 2202 MODULE_VERSION(ISCSI_TRANSPORT_VERSION); 2203 + MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_ISCSI);