|
@@ -1078,7 +1078,7 @@ static int iscsi_handle_reject(struct iscsi_conn *conn, struct iscsi_hdr *hdr,
|
|
|
if (opcode != ISCSI_OP_NOOP_OUT)
|
|
if (opcode != ISCSI_OP_NOOP_OUT)
|
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
|
|
- if (rejected_pdu.itt == cpu_to_be32(ISCSI_RESERVED_TAG)) {
|
|
|
|
|
|
|
+ if (rejected_pdu.itt == cpu_to_be32(ISCSI_RESERVED_TAG)) {
|
|
|
/*
|
|
/*
|
|
|
* nop-out in response to target's nop-out rejected.
|
|
* nop-out in response to target's nop-out rejected.
|
|
|
* Just resend.
|
|
* Just resend.
|