Re: [PATCH 2/2] btrfs: remove btrfs_raid_bio::fs_info member
From: Nikolay Borisov <hidden> Date: 2021-09-23 08:53:14
On 23.09.21 г. 9:00, Qu Wenruo wrote:
We can grab fs_info reliably from btrfs_raid_bio::bioc, as the bioc is
always passed into alloc_rbio(), and only get released when the raid bio
is released.
This patch will remove btrfs_raid_bio::fs_info member, and cleanup all
the @fs_info parameters for alloc_rbio() callers.
Signed-off-by: Qu Wenruo <redacted>