diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-03-28 15:26:59 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-05-15 15:30:39 +0300 |
commit | 5c41f6010ef8139bf19c63419498fd1d38d3ed2b (patch) | |
tree | 2f4ce599b08e9e9bf0ee0a079a2137864d595a10 /fs/btrfs/delalloc-space.c | |
parent | db3f796c7ceda9226a168c364a5b17afd8ddcc76 (diff) | |
download | linux-5c41f6010ef8139bf19c63419498fd1d38d3ed2b.tar.xz |
btrfs: remove EXTENT_UPTODATE io tree flag
The EXTENT_UPTODATE io tree flag is now used only to mark ranges in the
fs_info->excluded_extents as used by super blocks and not available for
extent allocation (to prevent adding those ranges as free space in the
in memory space caches). As we can use any flag for that purpose, and
we are using EXTENT_DIRTY for the pinned extents io tree for example,
remove the EXTENT_UPTODATE flag and use instead EXTENT_DIRTY for the
excluded extents io tree.
Reviewed-by: Boris Burkov <boris@bur.io>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/delalloc-space.c')
0 files changed, 0 insertions, 0 deletions