diff options
| author | Erez Zilber <erezz@voltaire.com> | 2008-01-22 05:06:25 -0500 |
|---|---|---|
| committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-23 14:39:43 -0500 |
| commit | 90c18f3c280f80e0bfbab7c1fc4b282842ccb853 (patch) | |
| tree | b03d7a6d5e0fddc0adcf46028b0bf9fe1799f8ad | |
| parent | 5b7f16804ad90e7f7a10c05b6a2e782598d9745a (diff) | |
[SCSI] IB/iSER: add logical unit reset support
eh_device_reset_handler was already added to scsi_host_template
in iscsi_tcp, and is now added also for iscsi_iser.
Signed-off-by: Erez Zilber <erezz@voltaire.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
| -rw-r--r-- | drivers/infiniband/ulp/iser/iscsi_iser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.c b/drivers/infiniband/ulp/iser/iscsi_iser.c index fd69fb35e3b3..4cd07056e456 100644 --- a/drivers/infiniband/ulp/iser/iscsi_iser.c +++ b/drivers/infiniband/ulp/iser/iscsi_iser.c | |||
| @@ -552,6 +552,7 @@ static struct scsi_host_template iscsi_iser_sht = { | |||
| 552 | .max_sectors = 1024, | 552 | .max_sectors = 1024, |
| 553 | .cmd_per_lun = ISCSI_MAX_CMD_PER_LUN, | 553 | .cmd_per_lun = ISCSI_MAX_CMD_PER_LUN, |
| 554 | .eh_abort_handler = iscsi_eh_abort, | 554 | .eh_abort_handler = iscsi_eh_abort, |
| 555 | .eh_device_reset_handler= iscsi_eh_device_reset, | ||
| 555 | .eh_host_reset_handler = iscsi_eh_host_reset, | 556 | .eh_host_reset_handler = iscsi_eh_host_reset, |
| 556 | .use_clustering = DISABLE_CLUSTERING, | 557 | .use_clustering = DISABLE_CLUSTERING, |
| 557 | .proc_name = "iscsi_iser", | 558 | .proc_name = "iscsi_iser", |
