• Q
    btrfs: rename btrfs_bio to btrfs_io_context · 4c664611
    Qu Wenruo 提交于
    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
      how many mirrors are still pending, and save the original endio
      function of the bio.
    
    - RAID56 code
      In that case, RAID56 only utilize the stripes info, and no long uses
      that to trace the pending mirrors.
    
    So btrfs_bio is not always bind to a bio, and contains more info for IO
    context, thus renaming it will make the naming less confusing.
    Signed-off-by: NQu Wenruo <wqu@suse.com>
    Reviewed-by: NDavid Sterba <dsterba@suse.com>
    Signed-off-by: NDavid Sterba <dsterba@suse.com>
    4c664611
scrub.c 114.1 KB