]> Gentwo Git Trees - linux/.git/commit
btrfs: raid56: remove the "_step" infix
authorQu Wenruo <wqu@suse.com>
Sun, 16 Nov 2025 00:02:50 +0000 (10:32 +1030)
committerDavid Sterba <dsterba@suse.com>
Tue, 25 Nov 2025 00:50:19 +0000 (01:50 +0100)
commit1a332a6d70475d87067038ab0cbda8292da955e1
treebd644196f2c19d401d150def4d91dd2934209d67
parent8870dbeedcf9576fbc5147654e272acad3d84089
btrfs: raid56: remove the "_step" infix

The following functions are introduced as a middle step for bs > ps
support:

- rbio_streip_step_paddr()
- rbio_pstripe_step_paddr()
- rbio_qstripe_step_paddr()
- sector_step_paddr_in_rbio()

As there is already an existing function without the infix, and has a
different parameter list.

But the existing functions have been cleaned up, there is no need to
keep the "_step" infix, just remove it completely.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c