diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2009-11-11 17:34:35 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:01:38 -0500 |
commit | b20d038dff877566694181578c49c31616d622cd (patch) | |
tree | ce4459b9da0af707b00996a6b289d6d24a76ef7d /drivers/infiniband/ulp | |
parent | fdd46dcbe4468a1f47a2cc9be442d11c3d21dd68 (diff) |
[SCSI] iser: set tgt and lu reset timeout
When iser enabled lu reset support it did not set the
bit to allow userspace to get/set the timeout. This
sets the tgt and lu reset timeout bits.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/infiniband/ulp')
-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 add9188663ff..5f7a6fca0a4d 100644 --- a/drivers/infiniband/ulp/iser/iscsi_iser.c +++ b/drivers/infiniband/ulp/iser/iscsi_iser.c | |||
@@ -625,6 +625,7 @@ static struct iscsi_transport iscsi_iser_transport = { | |||
625 | ISCSI_USERNAME | ISCSI_PASSWORD | | 625 | ISCSI_USERNAME | ISCSI_PASSWORD | |
626 | ISCSI_USERNAME_IN | ISCSI_PASSWORD_IN | | 626 | ISCSI_USERNAME_IN | ISCSI_PASSWORD_IN | |
627 | ISCSI_FAST_ABORT | ISCSI_ABORT_TMO | | 627 | ISCSI_FAST_ABORT | ISCSI_ABORT_TMO | |
628 | ISCSI_LU_RESET_TMO | ISCSI_TGT_RESET_TMO | | ||
628 | ISCSI_PING_TMO | ISCSI_RECV_TMO | | 629 | ISCSI_PING_TMO | ISCSI_RECV_TMO | |
629 | ISCSI_IFACE_NAME | ISCSI_INITIATOR_NAME, | 630 | ISCSI_IFACE_NAME | ISCSI_INITIATOR_NAME, |
630 | .host_param_mask = ISCSI_HOST_HWADDRESS | | 631 | .host_param_mask = ISCSI_HOST_HWADDRESS | |