diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2011-02-22 13:54:39 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-02-25 12:01:09 -0500 |
commit | 7c35e77b96b2f0af8c278c13d484d42dad3c7422 (patch) | |
tree | e678fb12ff8f0455992c55a99c15320f14204f53 /drivers/s390 | |
parent | 4e7d7af4dfea65b50b0fc694e3febc202e4e9839 (diff) |
[SCSI] zfcp: Remove unused flag ZFCP_STATUS_FSFREQ_TASK_MANAGEMENT
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 1 | ||||
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 9ae1d0a6f627..89e43e172918 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -89,7 +89,6 @@ struct zfcp_reqlist; | |||
89 | #define ZFCP_STATUS_LUN_READONLY 0x00000008 | 89 | #define ZFCP_STATUS_LUN_READONLY 0x00000008 |
90 | 90 | ||
91 | /* FSF request status (this does not have a common part) */ | 91 | /* FSF request status (this does not have a common part) */ |
92 | #define ZFCP_STATUS_FSFREQ_TASK_MANAGEMENT 0x00000002 | ||
93 | #define ZFCP_STATUS_FSFREQ_ERROR 0x00000008 | 92 | #define ZFCP_STATUS_FSFREQ_ERROR 0x00000008 |
94 | #define ZFCP_STATUS_FSFREQ_CLEANUP 0x00000010 | 93 | #define ZFCP_STATUS_FSFREQ_CLEANUP 0x00000010 |
95 | #define ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED 0x00000040 | 94 | #define ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED 0x00000040 |
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index 14a427457fa1..6efaea9207ca 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -2284,7 +2284,6 @@ struct zfcp_fsf_req *zfcp_fsf_fcp_task_mgmt(struct scsi_cmnd *scmnd, | |||
2284 | goto out; | 2284 | goto out; |
2285 | } | 2285 | } |
2286 | 2286 | ||
2287 | req->status |= ZFCP_STATUS_FSFREQ_TASK_MANAGEMENT; | ||
2288 | req->data = scmnd; | 2287 | req->data = scmnd; |
2289 | req->handler = zfcp_fsf_fcp_task_mgmt_handler; | 2288 | req->handler = zfcp_fsf_fcp_task_mgmt_handler; |
2290 | req->qtcb->header.lun_handle = zfcp_sdev->lun_handle; | 2289 | req->qtcb->header.lun_handle = zfcp_sdev->lun_handle; |