Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251262
b: refs/heads/master
c: 325a648
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed May 12, 2011
1 parent f92e117 commit 2099bbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 452a6b2bb6de677acdd2ccb8b39cf6e8fe06f306
refs/heads/master: 325a64860472765ecaeaa0081e9ddd67671183d4
4 changes: 0 additions & 4 deletions trunk/drivers/block/xen-blkback/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ struct blkif_x86_32_response {
uint8_t operation; /* copied from request */
int16_t status; /* BLKIF_RSP_??? */
};
typedef struct blkif_x86_32_request blkif_x86_32_request_t;
typedef struct blkif_x86_32_response blkif_x86_32_response_t;
#pragma pack(pop)

/* x86_64 protocol version */
Expand All @@ -94,8 +92,6 @@ struct blkif_x86_64_response {
uint8_t operation; /* copied from request */
int16_t status; /* BLKIF_RSP_??? */
};
typedef struct blkif_x86_64_request blkif_x86_64_request_t;
typedef struct blkif_x86_64_response blkif_x86_64_response_t;

DEFINE_RING_TYPES(blkif_common, struct blkif_common_request,
struct blkif_common_response);
Expand Down

0 comments on commit 2099bbd

Please sign in to comment.