mbox series

[0/3] btrfs: some cleanups related to io trees

Message ID cover.1743166248.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: some cleanups related to io trees | expand

Message

Filipe Manana March 28, 2025, 2:24 p.m. UTC
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(-)

Comments

Boris Burkov March 28, 2025, 4:30 p.m. UTC | #1
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
>
David Sterba March 28, 2025, 5:23 p.m. UTC | #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>