Skip to content

Commit

Permalink
Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfo
Browse files Browse the repository at this point in the history
This state is not used anywhere; get rid of it.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 9568a19 commit bc1bf5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/hv/vmbus_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ struct vmbus_msginfo {
/* Bookkeeping stuff */
struct list_head msglist_entry;

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

/* The message itself */
unsigned char msg[0];
};
Expand Down

0 comments on commit bc1bf5d

Please sign in to comment.