Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162919
b: refs/heads/master
c: d997317
h: refs/heads/master
i:
  162917: 7c3abe2
  162915: 8a7cfce
  162911: 3d3cf26
v: v3
  • Loading branch information
Hendrik Brueckner authored and David S. Miller committed Sep 17, 2009
1 parent 2963717 commit 8e272b4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b29e4da41eb1114080b06dce31326d5a0e96a15a
refs/heads/master: d9973179aef2af88b6fe4cc1df7ced6fe7cec7d0
2 changes: 1 addition & 1 deletion trunk/net/iucv/af_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ do { \
DEFINE_WAIT(__wait); \
long __timeo = timeo; \
ret = 0; \
prepare_to_wait(sk->sk_sleep, &__wait, TASK_INTERRUPTIBLE); \
while (!(condition)) { \
prepare_to_wait(sk->sk_sleep, &__wait, TASK_INTERRUPTIBLE); \
if (!__timeo) { \
ret = -EAGAIN; \
break; \
Expand Down

0 comments on commit 8e272b4

Please sign in to comment.