]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: raid56: remove btrfs_raid_bio::bio_pages array
authorQu Wenruo <wqu@suse.com>
Fri, 1 Apr 2022 11:23:27 +0000 (19:23 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 May 2022 15:03:15 +0000 (17:03 +0200)
commitbbdcb563a733a46d581196d11cd93582c39429fe
treee635dcadad15b80fdaa1f84a8f96215b618bea7b
parentf12f377be2a01f42cada2f0e76a631b877b87d6b
btrfs: raid56: remove btrfs_raid_bio::bio_pages array

The functionality is completely replaced by the new bio_sectors member,
now it's time to remove the old member.

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