Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350314
b: refs/heads/master
c: a0327ff
h: refs/heads/master
v: v3
  • Loading branch information
James Hogan authored and Tejun Heo committed Jan 25, 2013
1 parent 1a9015c commit 04f6f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fdb04cdc5566d6ba68283a0bebe49667ca0b0e8
refs/heads/master: a0327ff0eda915be623658babacef706099c11a8
2 changes: 2 additions & 0 deletions trunk/kernel/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ static async_cookie_t __async_schedule(async_func_ptr *ptr, void *data, struct a
ptr(data, newcookie);
return newcookie;
}
INIT_LIST_HEAD(&entry->domain_list);
INIT_LIST_HEAD(&entry->global_list);
INIT_WORK(&entry->work, async_run_entry_fn);
entry->func = ptr;
entry->data = data;
Expand Down

0 comments on commit 04f6f23

Please sign in to comment.