aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_def.h
diff options
context:
space:
mode:
authorChristof Schmitt <christof.schmitt@de.ibm.com>2011-02-22 19:54:44 +0100
committerJames Bottomley <James.Bottomley@suse.de>2011-02-25 12:02:12 -0500
commit259afe2ed92c179e0a85da10ca63bf927b9851ca (patch)
tree453adc0994f0886f53beb6f8ef71fcf798f8680f /drivers/s390/scsi/zfcp_def.h
parentf9773229be6d8a3caa4c9dfc2961a63ab51a4e2a (diff)
downloadkernel_samsung_smdk4412-259afe2ed92c179e0a85da10ca63bf927b9851ca.zip
kernel_samsung_smdk4412-259afe2ed92c179e0a85da10ca63bf927b9851ca.tar.gz
kernel_samsung_smdk4412-259afe2ed92c179e0a85da10ca63bf927b9851ca.tar.bz2
[SCSI] zfcp: Move qtcb kmem_cache to zfcp_fsf.c
Move the kmem_cache for allocating the qtcb to zfcp_fsf.c and rename it accordingly. 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/scsi/zfcp_def.h')
-rw-r--r--drivers/s390/scsi/zfcp_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h
index d7e2534..6a76433 100644
--- a/drivers/s390/scsi/zfcp_def.h
+++ b/drivers/s390/scsi/zfcp_def.h
@@ -317,7 +317,6 @@ struct zfcp_fsf_req {
struct zfcp_data {
struct scsi_host_template scsi_host_template;
struct scsi_transport_template *scsi_transport_template;
- struct kmem_cache *qtcb_cache;
};
#endif /* ZFCP_DEF_H */