diff options
author | 2021-02-04 19:21:55 +0900 | |
---|---|---|
committer | 2021-02-09 02:46:04 +0100 | |
commit | 011b41bffa3dd086de3f2c393b35cde6133a7140 (patch) | |
tree | f9e93e0095f399ab4ceedd565eaa5db8822369f3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: zoned: redirty released extent buffers (diff) | |
download | wireguard-linux-011b41bffa3dd086de3f2c393b35cde6133a7140.tar.xz wireguard-linux-011b41bffa3dd086de3f2c393b35cde6133a7140.zip |
btrfs: zoned: advance allocation pointer after tree log node
Since the allocation info of a tree log node is not recorded in the extent
tree, calculate_alloc_pointer() cannot detect this node, so the pointer
can be over a tree node.
Replaying the log calls btrfs_remove_free_space() for each node in the
log tree.
So, advance the pointer after the node to not allocate over it.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions