On Wed, Sep 26, 2018 at 04:35:45PM +0800, zhong jiang wrote: > Trival cleanup, list_move_tail will implement the same function that > list_del() + list_add_tail() will do. hence just replace them.
Thanks, I've checked that this is the only instance where this cleanup is applicable. Reviewed-by: David Sterba <dste...@suse.com>