diff options
author | Naohiro Aota <naohiro.aota@wdc.com> | 2025-08-12 01:32:58 +0900 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-08-13 14:08:45 +0200 |
commit | dc61d97b0ba064fb21b01fbfa7436873948277bd (patch) | |
tree | f54853d36bc55f4e070330300b38e4d5e6bb9d43 /scripts/rustdoc_test_builder.rs | |
parent | b1511360c8ac882b0c52caa263620538e8d73220 (diff) |
btrfs: fix buffer index in wait_eb_writebacks()
The commit f2cb97ee964a ("btrfs: index buffer_tree using node size")
changed the index of buffer_tree from "start >> sectorsize_bits" to "start
>> nodesize_bits". However, the change is not applied for
wait_eb_writebacks() and caused IO failures by writing in a full zone. Use
the index properly.
Fixes: f2cb97ee964a ("btrfs: index buffer_tree using node size")
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Boris Burkov <boris@bur.io>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions