Sfoglia il codice sorgente

[SCSI] zfcp: Let actcli handle control file errors

Error codes specific to the control file requests are evaluated by the
actcli tool, so don't report -ENXIO for those. Generic problems are
still checked for outside the command specific handler.

Reviewed-by: Martin Petermann <martin@linux.vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Christof Schmitt 16 anni fa
parent
commit
f7306bf615
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      drivers/s390/scsi/zfcp_fsf.c

+ 0 - 2
drivers/s390/scsi/zfcp_fsf.c

@@ -2479,8 +2479,6 @@ out:
 
 static void zfcp_fsf_control_file_handler(struct zfcp_fsf_req *req)
 {
-	if (req->qtcb->header.fsf_status != FSF_GOOD)
-		req->status |= ZFCP_STATUS_FSFREQ_ERROR;
 }
 
 /**