Skip to content
  • Al Viro's avatar
    trim task_work: get rid of hlist · 158e1645
    Al Viro authored
    
    
    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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    158e1645