]> 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)
commitc72b5ba6f56fce1bbc650b4c375061f49f377b56
treee635dcadad15b80fdaa1f84a8f96215b618bea7b
parent8b70dab4c573b85f98264825d4fa7a56b926cf1a
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