diff options
| author | Oleg Nesterov <[email protected]> | 2008-07-25 01:47:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-07-25 10:53:40 -0700 |
| commit | 1a4d9b0aa0d3c50314e57525a5e5ec2cfc48b4c8 (patch) | |
| tree | 2ea94cce9fe2cfbcfdc2fd25d33e57f31e0b2699 /include/linux/timerqueue.h | |
| parent | 565b9b14e7f48131bca58840aa404bbef058fa89 (diff) | |
workqueues: insert_work: use "list_head *" instead of "int tail"
insert_work() inserts the new work_struct before or after cwq->worklist,
depending on the "int tail" parameter. Change it to accept "list_head *"
instead, this shrinks .text a bit and allows us to insert the barrier
after specific work_struct.
Signed-off-by: Oleg Nesterov <[email protected]>
Cc: Jarek Poplawski <[email protected]>
Cc: Max Krasnyansky <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions