diff options
| author | Filipe Manana <[email protected]> | 2025-03-28 12:26:59 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2025-05-15 12:30:39 +0000 |
| commit | 5c41f6010ef8139bf19c63419498fd1d38d3ed2b (patch) | |
| tree | 2f4ce599b08e9e9bf0ee0a079a2137864d595a10 /fs/btrfs/compression.c | |
| parent | btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io tree (diff) | |
| download | kernel-5c41f6010ef8139bf19c63419498fd1d38d3ed2b.tar.gz kernel-5c41f6010ef8139bf19c63419498fd1d38d3ed2b.zip | |
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 <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/compression.c')
0 files changed, 0 insertions, 0 deletions
