Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbf738a1 authored by Nicholas Bellinger's avatar Nicholas Bellinger
Browse files

iscsi-target: Allow ->MaxXmitDataSegmentLength assignment for iser discovery



This patch changes iscsi_set_connection_parameters() to allow
conn_ops->MaxXmitDataSegmentLength assignement to occur during
in-band iser send-targets discovery, as this value is required
by TEXT response processing code.

Reported-by: default avatarOr Gerlitz <ogerlitz@mellanox.com>
Cc: Or Gerlitz <ogerlitz@mellanox.com>
Cc: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 889c8a68
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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",