Re: [PATCH] btrfs: Remove some unused functions

From: David Sterba
Date: Wed Sep 13 2023 - 07:30:13 EST


On Wed, Sep 13, 2023 at 05:43:27PM +0800, Jiapeng Chong wrote:
> These functions are defined in the qgroup.c file, but not called
> elsewhere, so delete these unused functions.
>
> fs/btrfs/qgroup.c:149:19: warning: unused function 'qgroup_to_aux'.
> fs/btrfs/qgroup.c:154:36: warning: unused function 'unode_aux_to_qgroup'.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6566
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>

Added to misc-next with some wording adjusments and reference to the
patch that removed the last use, thanks.