summaryrefslogtreecommitdiff
path: root/fs/vboxsf/Kconfig
diff options
context:
space:
mode:
authorNaohiro Aota <naohiro.aota@wdc.com>2024-04-09 17:18:52 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-02 17:35:27 +0300
commita2488c7fd2796b7c0774d41e8fa67359202d350d (patch)
treeced2dd2b2dec95de080dd916dc7e5a29c1eb8a69 /fs/vboxsf/Kconfig
parentff2920b77d99bd8cb39a9efd54aeb94f7a247ab5 (diff)
downloadlinux-a2488c7fd2796b7c0774d41e8fa67359202d350d.tar.xz
btrfs: scrub: run relocation repair when/only needed
commit 7192833c4e55b26e8f15ef58577867a1bc808036 upstream. When btrfs scrub finds an error, it reads mirrors to find correct data. If all the errors are fixed, sctx->error_bitmap is cleared for the stripe range. However, in the zoned mode, it runs relocation to repair scrub errors when the bitmap is *not* empty, which is a flipped condition. Also, it runs the relocation even if the scrub is read-only. This was missed by a fix in commit 1f2030ff6e49 ("btrfs: scrub: respect the read-only flag during repair"). The repair is only necessary when there is a repaired sector and should be done on read-write scrub. So, tweak the condition for both regular and zoned case. Fixes: 54765392a1b9 ("btrfs: scrub: introduce helper to queue a stripe for scrub") Fixes: 1f2030ff6e49 ("btrfs: scrub: respect the read-only flag during repair") CC: stable@vger.kernel.org # 6.6+ Reviewed-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/vboxsf/Kconfig')
0 files changed, 0 insertions, 0 deletions