Re: [PATCH] btrfs: Remove some unused functions

From: Johannes Thumshirn
Date: Wed Sep 13 2023 - 06:05:57 EST


On 13.09.23 11:44, Jiapeng Chong wrote:
> These functions are defined in the qgroup.c file, but not called
> elsewhere, so delete these unused functions.

anywhere

> 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'.

The last user of them is gone since:

d852a91a696a ("btrfs: qgroup: use qgroup_iterator_nested to in
qgroup_update_refcnt()")


Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>