Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259473
b: refs/heads/master
c: 40961de
h: refs/heads/master
i:
  259471: 547549f
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 7386544 commit 3372efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e8e27047746d1977bf547f93e701765f5ce6ec5f
refs/heads/master: 40961de3350b99cfa93cd80437cb39ec287f839a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer,

}
}
t = wait_for_completion_timeout(&msginfo->waitevent, HZ);
t = wait_for_completion_timeout(&msginfo->waitevent, 5*HZ);
BUG_ON(t == 0);


Expand Down Expand Up @@ -530,7 +530,7 @@ int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle)
sizeof(struct vmbus_channel_gpadl_teardown));

BUG_ON(ret != 0);
t = wait_for_completion_timeout(&info->waitevent, HZ);
t = wait_for_completion_timeout(&info->waitevent, 5*HZ);
BUG_ON(t == 0);

/* Received a torndown response */
Expand Down

0 comments on commit 3372efa

Please sign in to comment.