diff options
author | Christoph Hellwig <hch@lst.de> | 2022-11-15 10:44:06 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:57 +0100 |
commit | bacf60e515862904dd91a332f3a54f092416eaa6 (patch) | |
tree | 58304cb29fede643903865d70146c3c04a1ca629 /fs/btrfs/accessors.h | |
parent | 103c19723c80bf74e4e70cd6cde3b8783a27aceb (diff) | |
download | linux-next-bacf60e515862904dd91a332f3a54f092416eaa6.tar.gz |
btrfs: move repair_io_failure to bio.c
repair_io_failure ties directly into all the glory low-level details of
mapping a bio with a logic address to the actual physical location.
Move it right below btrfs_submit_bio to keep all the related logic
together.
Also move btrfs_repair_eb_io_failure to its caller in disk-io.c now that
repair_io_failure is available in a header.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/accessors.h')
0 files changed, 0 insertions, 0 deletions