Re: [PATCH -next] gfs2: Use list_move_tail instead of list_del/list_add_tail

From: Andreas Gruenbacher
Date: Wed Jun 09 2021 - 06:52:07 EST


On Tue, Jun 8, 2021 at 5:23 AM Baokun Li <libaokun1@xxxxxxxxxx> wrote:
> Using list_move_tail() instead of list_del() + list_add_tail().

Thanks, I'll add that to for-next.

Andreas