summaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorChristof Schmitt <christof.schmitt@de.ibm.com>2009-04-17 15:08:09 +0200
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-27 10:07:31 -0500
commitf7306bf6150161689aaa445c433699895f446208 (patch)
treefdf4820a8c2a053ffda1d95bcd5ae43457f8d138 /drivers/s390
parent048225e3f44f07c0f67e9665be0b4f18788de0eb (diff)
downloadop-kernel-dev-f7306bf6150161689aaa445c433699895f446208.zip
op-kernel-dev-f7306bf6150161689aaa445c433699895f446208.tar.gz
[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>
Diffstat (limited to 'drivers/s390')
-rw-r--r--drivers/s390/scsi/zfcp_fsf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c
index a8e8406..bd2b237 100644
--- a/drivers/s390/scsi/zfcp_fsf.c
+++ b/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;
}
/**
OpenPOWER on IntegriCloud