Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127701
b: refs/heads/master
c: 33b04b9
h: refs/heads/master
i:
  127699: 36c3c1e
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Jan 8, 2009
1 parent 441dfb8 commit eacfd9d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 85da1fb545e5fe51c35e0576f71780cc557f4277
refs/heads/master: 33b04b9308959af7febc1c111c766fa3fd8b1934
4 changes: 3 additions & 1 deletion trunk/kernel/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ EXPORT_SYMBOL_GPL(async_schedule_special);

void async_synchronize_full(void)
{
async_synchronize_cookie(next_cookie);
do {
async_synchronize_cookie(next_cookie);
} while (!list_empty(&async_running) || !list_empty(&async_pending));
}
EXPORT_SYMBOL_GPL(async_synchronize_full);

Expand Down

0 comments on commit eacfd9d

Please sign in to comment.