Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101504
b: refs/heads/master
c: 7337891
h: refs/heads/master
v: v3
  • Loading branch information
Martin Peschke authored and James Bottomley committed Jun 5, 2008
1 parent f4cb2de commit 6423262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70c665405151bc0fdb73ea47c85eb9d0254770b0
refs/heads/master: 7337891f381f856a63595392d7e79f2580912bf7
10 changes: 5 additions & 5 deletions trunk/drivers/s390/scsi/zfcp_dbf.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct zfcp_rec_dbf_record_thread {
u32 total;
u32 ready;
u32 running;
} __attribute__ ((packed));
};

struct zfcp_rec_dbf_record_target {
u64 ref;
Expand All @@ -47,7 +47,7 @@ struct zfcp_rec_dbf_record_target {
u64 wwpn;
u64 fcp_lun;
u32 erp_count;
} __attribute__ ((packed));
};

struct zfcp_rec_dbf_record_trigger {
u8 want;
Expand All @@ -59,14 +59,14 @@ struct zfcp_rec_dbf_record_trigger {
u64 action;
u64 wwpn;
u64 fcp_lun;
} __attribute__ ((packed));
};

struct zfcp_rec_dbf_record_action {
u32 status;
u32 step;
u64 action;
u64 fsf_req;
} __attribute__ ((packed));
};

struct zfcp_rec_dbf_record {
u8 id;
Expand All @@ -77,7 +77,7 @@ struct zfcp_rec_dbf_record {
struct zfcp_rec_dbf_record_target target;
struct zfcp_rec_dbf_record_trigger trigger;
} u;
} __attribute__ ((packed));
};

enum {
ZFCP_REC_DBF_ID_ACTION,
Expand Down

0 comments on commit 6423262

Please sign in to comment.