Skip to content

Commit

Permalink
Staging: hv: Fix vmbus load hang caused by faulty data packing
Browse files Browse the repository at this point in the history
Fix vmbus load hang caused by wrong data packing.

Signed-off-by: Hank Janssen<hjanssen@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Hank Janssen authored and Greg Kroah-Hartman committed Oct 30, 2009
1 parent 1bb40a2 commit 78f98ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hv/ChannelMgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum vmbus_channel_message_type {
ChannelMessageViewRangeRemove = 18,
#endif
ChannelMessageCount
} __attribute__((packed));
};

struct vmbus_channel_message_header {
enum vmbus_channel_message_type MessageType;
Expand Down

0 comments on commit 78f98ba

Please sign in to comment.