Message ID | cover.1743166248.git.fdmanana@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: some cleanups related to io trees | expand |
On Fri, Mar 28, 2025 at 02:24:01PM +0000, fdmanana@kernel.org wrote: > From: Filipe Manana <fdmanana@suse.com> > > Remove some no longer used/needed code related to io trees. > Details in the change logs. Reviewed-by: Boris Burkov <boris@bur.io> Thanks, Boris > > Filipe Manana (3): > btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree > btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io tree > btrfs: remove EXTENT_UPTODATE io tree flag > > fs/btrfs/block-group.c | 9 ++++----- > fs/btrfs/extent-io-tree.h | 8 -------- > fs/btrfs/inode.c | 22 ++++++++++------------ > fs/btrfs/relocation.c | 3 --- > fs/btrfs/tests/extent-io-tests.c | 1 - > fs/btrfs/tests/inode-tests.c | 12 ++++-------- > include/trace/events/btrfs.h | 1 - > 7 files changed, 18 insertions(+), 38 deletions(-) > > -- > 2.45.2 >
On Fri, Mar 28, 2025 at 02:24:01PM +0000, fdmanana@kernel.org wrote: > From: Filipe Manana <fdmanana@suse.com> > > Remove some no longer used/needed code related to io trees. > Details in the change logs. > > Filipe Manana (3): > btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree > btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io tree > btrfs: remove EXTENT_UPTODATE io tree flag Reviewed-by: David Sterba <dsterba@suse.com>
From: Filipe Manana <fdmanana@suse.com> Remove some no longer used/needed code related to io trees. Details in the change logs. Filipe Manana (3): btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io tree btrfs: remove EXTENT_UPTODATE io tree flag fs/btrfs/block-group.c | 9 ++++----- fs/btrfs/extent-io-tree.h | 8 -------- fs/btrfs/inode.c | 22 ++++++++++------------ fs/btrfs/relocation.c | 3 --- fs/btrfs/tests/extent-io-tests.c | 1 - fs/btrfs/tests/inode-tests.c | 12 ++++-------- include/trace/events/btrfs.h | 1 - 7 files changed, 18 insertions(+), 38 deletions(-)