aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/iscsi_tcp.c
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-07-26 13:46:46 -0400
committerJames Bottomley <jejb@mulgrave.localdomain>2007-07-27 09:11:45 -0400
commit7974392c0b0d4e7a2a17ca3597d51a29b9841aa5 (patch)
tree9e7c183a002147b96ff10d11e077a32c34b012b7 /drivers/scsi/iscsi_tcp.c
parent464bb99ea448dc2f017be9150a8be9ab1f021979 (diff)
[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/iscsi_tcp.c')
-rw-r--r--drivers/scsi/iscsi_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
index 7829ab1e2fb4..93034b43effc 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)
2221} 2221}
2222 2222
2223static struct scsi_host_template iscsi_sht = { 2223static struct scsi_host_template iscsi_sht = {
2224 .module = THIS_MODULE,
2224 .name = "iSCSI Initiator over TCP/IP", 2225 .name = "iSCSI Initiator over TCP/IP",
2225 .queuecommand = iscsi_queuecommand, 2226 .queuecommand = iscsi_queuecommand,
2226 .change_queue_depth = iscsi_change_queue_depth, 2227 .change_queue_depth = iscsi_change_queue_depth,