Re: [PATCH -next v2] btrfs: send: use list_move_tail instead of list_del/list_add_tail in send.c

From: David Sterba
Date: Fri Jun 11 2021 - 08:39:57 EST


On Fri, Jun 11, 2021 at 02:51:15PM +0800, Baokun Li wrote:
> Using list_move_tail() instead of list_del() + list_add_tail() in send.c.
> And open-code name_cache_used() as there is only one user.
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Baokun Li <libaokun1@xxxxxxxxxx>
> ---
> V1->V2:
> open-code name_cache_used()

Added to misc-next, thanks.