diff options
| author | Filipe Manana <fdmanana@suse.com> | 2025-03-28 11:27:09 +0000 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2025-05-15 14:30:39 +0200 |
| commit | d2c41835fd284b73d61239ff5d637167f2563895 (patch) | |
| tree | 0486acdcc118c11ef127e38659e815e3e354c51b /tools/perf/scripts/python | |
| parent | 5e85262e542d6da8898bb8563a724ad98f6fc936 (diff) | |
| download | linux-d2c41835fd284b73d61239ff5d637167f2563895.tar.gz linux-d2c41835fd284b73d61239ff5d637167f2563895.zip | |
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
After commit 52b029f42751 ("btrfs: remove unnecessary EXTENT_UPTODATE
state in buffered I/O path") we never set EXTENT_UPTODATE in an inode's
io_tree anymore, but we still have some code attempting to clear that
bit from an inode's io_tree. Remove that code as it doesn't do anything
anymore. The sole use of the EXTENT_UPTODATE bit is for the excluded
extents io_tree (fs_info->excluded_extents), which is used to track the
locations of super blocks, so that their ranges are never marked as free,
making them unavailable for extent allocation.
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
