Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354999
b: refs/heads/master
c: 2a5c43a
h: refs/heads/master
i:
  354997: 186d786
  354995: db8d6f0
  354991: eb23bc0
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent 77bc0ca commit 4754606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 5ab05951c586a2ed9e19a3ed8c437346bfabbfb7
refs/heads/master: 2a5c43a821b3b26e6af1cdb987b4daeba6f13a6f
2 changes: 1 addition & 1 deletion trunk/drivers/hv/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int vmbus_connect(void)
* version.
*/

version = VERSION_WS2008;
version = VERSION_CURRENT;

do {
ret = vmbus_negotiate_version(msginfo, version);
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/hyperv.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ hv_get_ringbuffer_availbytes(struct hv_ring_buffer_info *rbi,

#define VERSION_INVAL -1

#define VERSION_CURRENT VERSION_WIN8

/* Make maximum size of pipe payload of 16K */
#define MAX_PIPE_DATA_PAYLOAD (sizeof(u8) * 16384)
Expand Down

0 comments on commit 4754606

Please sign in to comment.