Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127715
b: refs/heads/master
c: a419df8
h: refs/heads/master
i:
  127713: d394b86
  127711: a18e85e
v: v3
  • Loading branch information
Linus Torvalds committed Jan 8, 2009
1 parent ba58473 commit a68c519
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: 0fe40ff891faa940e539bd5a92c4a5dd9ae49b0b
refs/heads/master: a419df8a0ff01b6694cebc8885778f854165d17d
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 a68c519

Please sign in to comment.