On 10-06-16 18:44, Sunil Mushran wrote: > One way to skip a lockres in the purgelist is to list_del_init() and > list_add_tail(). That simplifies the patch a lot. For my knowledge, why not just list_move_tail()? regards, wengang.