Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98381
b: refs/heads/master
c: 55d8538
h: refs/heads/master
i:
  98379: 7e9a728
v: v3
  • Loading branch information
Linus Torvalds committed Jun 22, 2008
1 parent 7624336 commit 3f6a6a0
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: 481c5346d0981940ee63037eb53e4e37b0735c10
refs/heads/master: 55d8538498f62ec72b5ba67aa386c7726f630475
2 changes: 1 addition & 1 deletion trunk/fs/select.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@ int do_select(int n, fd_set_bits *fds, s64 *timeout)
retval++;
}
}
cond_resched();
}
if (res_in)
*rinp = res_in;
if (res_out)
*routp = res_out;
if (res_ex)
*rexp = res_ex;
cond_resched();
}
wait = NULL;
if (retval || !*timeout || signal_pending(current))
Expand Down

0 comments on commit 3f6a6a0

Please sign in to comment.