diff options
Diffstat (limited to 'drivers/target/iscsi/iscsi_target_parameters.c')
-rw-r--r-- | drivers/target/iscsi/iscsi_target_parameters.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/target/iscsi/iscsi_target_parameters.c b/drivers/target/iscsi/iscsi_target_parameters.c index e65bf78ceef3..fce627628200 100644 --- a/drivers/target/iscsi/iscsi_target_parameters.c +++ b/drivers/target/iscsi/iscsi_target_parameters.c | |||
@@ -782,22 +782,6 @@ static void iscsi_check_proposer_for_optional_reply(struct iscsi_param *param) | |||
782 | if (!strcmp(param->name, MAXRECVDATASEGMENTLENGTH)) | 782 | if (!strcmp(param->name, MAXRECVDATASEGMENTLENGTH)) |
783 | SET_PSTATE_REPLY_OPTIONAL(param); | 783 | SET_PSTATE_REPLY_OPTIONAL(param); |
784 | /* | 784 | /* |
785 | * The GlobalSAN iSCSI Initiator for MacOSX does | ||
786 | * not respond to MaxBurstLength, FirstBurstLength, | ||
787 | * DefaultTime2Wait or DefaultTime2Retain parameter keys. | ||
788 | * So, we set them to 'reply optional' here, and assume the | ||
789 | * the defaults from iscsi_parameters.h if the initiator | ||
790 | * is not RFC compliant and the keys are not negotiated. | ||
791 | */ | ||
792 | if (!strcmp(param->name, MAXBURSTLENGTH)) | ||
793 | SET_PSTATE_REPLY_OPTIONAL(param); | ||
794 | if (!strcmp(param->name, FIRSTBURSTLENGTH)) | ||
795 | SET_PSTATE_REPLY_OPTIONAL(param); | ||
796 | if (!strcmp(param->name, DEFAULTTIME2WAIT)) | ||
797 | SET_PSTATE_REPLY_OPTIONAL(param); | ||
798 | if (!strcmp(param->name, DEFAULTTIME2RETAIN)) | ||
799 | SET_PSTATE_REPLY_OPTIONAL(param); | ||
800 | /* | ||
801 | * Required for gPXE iSCSI boot client | 785 | * Required for gPXE iSCSI boot client |
802 | */ | 786 | */ |
803 | if (!strcmp(param->name, MAXCONNECTIONS)) | 787 | if (!strcmp(param->name, MAXCONNECTIONS)) |