diff options
author | Swen Schillig <swen@vnet.ibm.com> | 2009-08-18 09:43:13 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-05 09:49:16 -0400 |
commit | bd63eaf4b8d783e6033930e377e516169abcadc4 (patch) | |
tree | cbb160657a3c6e0366c3d8b69275008f88e43fb9 /drivers/s390/scsi/zfcp_ext.h | |
parent | 55c770fa11d21456e02dc7afb9a37404da9c7b4c (diff) |
[SCSI] zfcp: fix layering oddities between zfcp_fsf and zfcp_qdio
There is no need for the QDIO layer to have knowledge or do things
wich are done better by the FSF layer and vice versa. Straighten a
few things to improve vividness.
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index 1a66695f11a2..6a3727bdb386 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -133,11 +133,11 @@ extern int zfcp_fsf_send_ct(struct zfcp_send_ct *, mempool_t *, | |||
133 | extern int zfcp_fsf_send_els(struct zfcp_send_els *); | 133 | extern int zfcp_fsf_send_els(struct zfcp_send_els *); |
134 | extern int zfcp_fsf_send_fcp_command_task(struct zfcp_unit *, | 134 | extern int zfcp_fsf_send_fcp_command_task(struct zfcp_unit *, |
135 | struct scsi_cmnd *); | 135 | struct scsi_cmnd *); |
136 | extern void zfcp_fsf_req_complete(struct zfcp_fsf_req *); | ||
137 | extern void zfcp_fsf_req_free(struct zfcp_fsf_req *); | 136 | extern void zfcp_fsf_req_free(struct zfcp_fsf_req *); |
138 | extern struct zfcp_fsf_req *zfcp_fsf_send_fcp_ctm(struct zfcp_unit *, u8); | 137 | extern struct zfcp_fsf_req *zfcp_fsf_send_fcp_ctm(struct zfcp_unit *, u8); |
139 | extern struct zfcp_fsf_req *zfcp_fsf_abort_fcp_command(unsigned long, | 138 | extern struct zfcp_fsf_req *zfcp_fsf_abort_fcp_command(unsigned long, |
140 | struct zfcp_unit *); | 139 | struct zfcp_unit *); |
140 | extern void zfcp_fsf_reqid_check(struct zfcp_adapter *, int); | ||
141 | 141 | ||
142 | /* zfcp_qdio.c */ | 142 | /* zfcp_qdio.c */ |
143 | extern int zfcp_qdio_allocate(struct zfcp_adapter *); | 143 | extern int zfcp_qdio_allocate(struct zfcp_adapter *); |