Re: [PATCH] btrfs: scrub: Remove some unused functions

From: David Sterba
Date: Fri May 12 2023 - 04:54:40 EST


On Fri, May 12, 2023 at 01:44:57PM +0800, Jiapeng Chong wrote:
> These functions are defined in the scrub.c file, but not called
> elsewhere, so delete these unused functions.
>
> fs/btrfs/scrub.c:553:20: warning: unused function 'scrub_stripe_index_and_offset'.
> fs/btrfs/scrub.c:543:19: warning: unused function 'scrub_nr_raid_mirrors'.
>
> Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4937
> Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>

Added to misc-next, thanks.