]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove buffer_heads form super block mirror integrity checking
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Thu, 13 Feb 2020 15:24:36 +0000 (00:24 +0900)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Mar 2020 16:01:40 +0000 (17:01 +0100)
commit86ca4281a9bab275bfa3411c474948009dc3245a
tree0ab76e26506118c471e25d83eab8c214967a58dd
parent43f12c58ad023e803253c79ff6be28eeed190113
btrfs: remove buffer_heads form super block mirror integrity checking

The integrity checking code for the super block mirrors is the last
remaining user of buffer_heads, change it to using plain bios as well.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/check-integrity.c