diff options
author | Martin Peschke <mp3@de.ibm.com> | 2008-03-27 09:22:05 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:19:05 -0400 |
commit | 507e49693a074e878f20718fb97a5da01ccd9cbd (patch) | |
tree | 5c8f0f62f3b76bcc86aabde0c2050d4ea95004a6 /drivers/s390/scsi/zfcp_def.h | |
parent | 6f4f365e9c5d721c4d03ee8009dd6fab47feb045 (diff) |
[SCSI] zfcp: Remove obsolete erp_dbf trace
This patch removes the now obsolete erp_dbf trace.
Signed-off-by: Martin Peschke <mp3@de.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/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 9a4d870a820a..85c0488719f7 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -274,11 +274,6 @@ struct zfcp_dbf_dump { | |||
274 | u8 data[]; /* dump data */ | 274 | u8 data[]; /* dump data */ |
275 | } __attribute__ ((packed)); | 275 | } __attribute__ ((packed)); |
276 | 276 | ||
277 | /* FIXME: to be inflated when reworking the erp dbf */ | ||
278 | struct zfcp_erp_dbf_record { | ||
279 | u8 dummy[16]; | ||
280 | } __attribute__ ((packed)); | ||
281 | |||
282 | struct zfcp_rec_dbf_record_thread { | 277 | struct zfcp_rec_dbf_record_thread { |
283 | u32 sema; | 278 | u32 sema; |
284 | u32 total; | 279 | u32 total; |
@@ -969,17 +964,14 @@ struct zfcp_adapter { | |||
969 | u32 erp_low_mem_count; /* nr of erp actions waiting | 964 | u32 erp_low_mem_count; /* nr of erp actions waiting |
970 | for memory */ | 965 | for memory */ |
971 | struct zfcp_port *nameserver_port; /* adapter's nameserver */ | 966 | struct zfcp_port *nameserver_port; /* adapter's nameserver */ |
972 | debug_info_t *erp_dbf; | ||
973 | debug_info_t *rec_dbf; | 967 | debug_info_t *rec_dbf; |
974 | debug_info_t *hba_dbf; | 968 | debug_info_t *hba_dbf; |
975 | debug_info_t *san_dbf; /* debug feature areas */ | 969 | debug_info_t *san_dbf; /* debug feature areas */ |
976 | debug_info_t *scsi_dbf; | 970 | debug_info_t *scsi_dbf; |
977 | spinlock_t erp_dbf_lock; | ||
978 | spinlock_t rec_dbf_lock; | 971 | spinlock_t rec_dbf_lock; |
979 | spinlock_t hba_dbf_lock; | 972 | spinlock_t hba_dbf_lock; |
980 | spinlock_t san_dbf_lock; | 973 | spinlock_t san_dbf_lock; |
981 | spinlock_t scsi_dbf_lock; | 974 | spinlock_t scsi_dbf_lock; |
982 | struct zfcp_erp_dbf_record erp_dbf_buf; | ||
983 | struct zfcp_rec_dbf_record rec_dbf_buf; | 975 | struct zfcp_rec_dbf_record rec_dbf_buf; |
984 | struct zfcp_hba_dbf_record hba_dbf_buf; | 976 | struct zfcp_hba_dbf_record hba_dbf_buf; |
985 | struct zfcp_san_dbf_record san_dbf_buf; | 977 | struct zfcp_san_dbf_record san_dbf_buf; |