]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: remove unused btrfs_is_parity_mirror()
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 3 Oct 2024 14:27:26 +0000 (15:27 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:14 +0000 (14:34 +0100)
commit441ffe8a98302f96e497272df1ff6aacd8842d6c
tree7b23496e1eb39b0852216012917da842d6cc4b99
parent004641bd06405611f5636a0f923c2b4da3e3ef07
btrfs: remove unused btrfs_is_parity_mirror()

btrfs_is_parity_mirror() has been unused since commit 4886ff7b50f6
("btrfs: introduce a new helper to submit write bio for repair").
Remove it as the code was refactored and we don't need the helper
anymore.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c
fs/btrfs/volumes.h