Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322097
b: refs/heads/master
c: 88ec278
h: refs/heads/master
i:
  322095: 53181c3
v: v3
  • Loading branch information
Eric Dumazet authored and Al Viro committed Aug 22, 2012
1 parent f178214 commit 3e18a01
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 55852635a8e2803cbc22d0e143d727813f0fcdb5
refs/heads/master: 88ec2789d856056344161aa20420dd37e893b0fe
1 change: 1 addition & 0 deletions trunk/kernel/task_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ void task_work_run(void)
p = q->next;
q->func(q);
q = p;
cond_resched();
}
}
}

0 comments on commit 3e18a01

Please sign in to comment.