|
@@ -1799,9 +1799,6 @@ void iscsi_set_connection_parameters(
|
|
|
* this key is not sent over the wire.
|
|
|
*/
|
|
|
if (!strcmp(param->name, MAXXMITDATASEGMENTLENGTH)) {
|
|
|
- if (param_list->iser == true)
|
|
|
- continue;
|
|
|
-
|
|
|
ops->MaxXmitDataSegmentLength =
|
|
|
simple_strtoul(param->value, &tmpptr, 0);
|
|
|
pr_debug("MaxXmitDataSegmentLength: %s\n",
|