• A
    trim task_work: get rid of hlist · 158e1645
    Al Viro 提交于
    layout based on Oleg's suggestion; single-linked list,
    task->task_works points to the last element, forward pointer
    from said last element points to head.  I'd still prefer
    much more regular scheme with two pointers in task_work,
    but...
    Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
    158e1645
task_work.c 1.8 KB