Re: [PATCH v3 1/3] btrfs: rename btrfs_bio to btrfs_io_context
From: David Sterba <hidden>
Date: 2021-09-17 11:19:42
From: David Sterba <hidden>
Date: 2021-09-17 11:19:42
On Wed, Sep 15, 2021 at 03:17:16PM +0800, Qu Wenruo wrote:
The structure btrfs_bio is used by two different sites: - bio->bi_private for mirror based profiles For those profiles (SINGLE/DUP/RAID1*/RAID10), this structures records
Why is SINGLE here?