diff options
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/iscsi/iscsi_target_parameters.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/target/iscsi/iscsi_target_parameters.c b/drivers/target/iscsi/iscsi_target_parameters.c index e38222191a33..35fd6439eb01 100644 --- a/drivers/target/iscsi/iscsi_target_parameters.c +++ b/drivers/target/iscsi/iscsi_target_parameters.c | |||
@@ -1799,9 +1799,6 @@ void iscsi_set_connection_parameters( | |||
1799 | * this key is not sent over the wire. | 1799 | * this key is not sent over the wire. |
1800 | */ | 1800 | */ |
1801 | if (!strcmp(param->name, MAXXMITDATASEGMENTLENGTH)) { | 1801 | if (!strcmp(param->name, MAXXMITDATASEGMENTLENGTH)) { |
1802 | if (param_list->iser == true) | ||
1803 | continue; | ||
1804 | |||
1805 | ops->MaxXmitDataSegmentLength = | 1802 | ops->MaxXmitDataSegmentLength = |
1806 | simple_strtoul(param->value, &tmpptr, 0); | 1803 | simple_strtoul(param->value, &tmpptr, 0); |
1807 | pr_debug("MaxXmitDataSegmentLength: %s\n", | 1804 | pr_debug("MaxXmitDataSegmentLength: %s\n", |