diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2007-07-26 12:46:46 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-27 09:11:45 -0400 |
commit | 7974392c0b0d4e7a2a17ca3597d51a29b9841aa5 (patch) | |
tree | 9e7c183a002147b96ff10d11e077a32c34b012b7 /drivers/scsi | |
parent | 464bb99ea448dc2f017be9150a8be9ab1f021979 (diff) | |
download | linux-3.10-7974392c0b0d4e7a2a17ca3597d51a29b9841aa5.tar.gz linux-3.10-7974392c0b0d4e7a2a17ca3597d51a29b9841aa5.tar.bz2 linux-3.10-7974392c0b0d4e7a2a17ca3597d51a29b9841aa5.zip |
[SCSI] iscsi_tcp, ib_iser Enable module refcounting for iscsi host template
This prevents the iscsi modules from being unloaded while
there are active mounts from an iscsi target.
Signed-off-by: Olaf Kirch <olaf.kirch@oracle.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/iscsi_tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c index 7829ab1e2fb..93034b43eff 100644 --- a/drivers/scsi/iscsi_tcp.c +++ b/drivers/scsi/iscsi_tcp.c @@ -2221,6 +2221,7 @@ static int iscsi_tcp_slave_configure(struct scsi_device *sdev) } static struct scsi_host_template iscsi_sht = { + .module = THIS_MODULE, .name = "iSCSI Initiator over TCP/IP", .queuecommand = iscsi_queuecommand, .change_queue_depth = iscsi_change_queue_depth, |