Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248931
b: refs/heads/master
c: bf587a1
h: refs/heads/master
i:
  248929: e5cae2d
  248927: c84c48c
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 01c5d35 commit fb6dc30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 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: 12cb12ef23bfe90f4e6c003a88b4500c6ff2b71b
refs/heads/master: bf587a1dfd992c3f4dcc2886a36964126b5a4ade
23 changes: 12 additions & 11 deletions trunk/drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ enum storvsc_request_type{
UNKNOWN_TYPE,
};


struct storvsc_request_extension {
struct hv_storvsc_request *request;
struct hv_device *device;

/* Synchronize the request/response if needed */
int wait_condition;
wait_queue_head_t wait_event;

struct vstor_packet vstor_packet;
};

struct hv_storvsc_request {
enum storvsc_request_type type;
u32 host;
Expand Down Expand Up @@ -103,17 +115,6 @@ struct storvsc_device_info {
unsigned char target_id;
};

struct storvsc_request_extension {
struct hv_storvsc_request *request;
struct hv_device *device;

/* Synchronize the request/response if needed */
int wait_condition;
wait_queue_head_t wait_event;

struct vstor_packet vstor_packet;
};

/* A storvsc device is a device object that contains a vmbus channel */
struct storvsc_device {
struct hv_device *device;
Expand Down

0 comments on commit fb6dc30

Please sign in to comment.