mbox series

[0/4] btrfs: some more cleanups for the io tree code

Message ID cover.1743604119.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: some more cleanups for the io tree code | expand

Message

Filipe Manana April 2, 2025, 2:54 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Some simple and short cleanups for the io tree code in preparation
for other work. Details in the change logs.

Filipe Manana (4):
  btrfs: fix documentation for tree_search_for_insert()
  btrfs: remove redundant check at find_first_extent_bit_state()
  btrfs: simplify last record detection at test_range_bit()
  btrfs: remove redudant record start offset check at test_range_bit()

 fs/btrfs/extent-io-tree.c | 41 +++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

Comments

David Sterba April 2, 2025, 10:56 p.m. UTC | #1
On Wed, Apr 02, 2025 at 03:54:08PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Some simple and short cleanups for the io tree code in preparation
> for other work. Details in the change logs.
> 
> Filipe Manana (4):
>   btrfs: fix documentation for tree_search_for_insert()
>   btrfs: remove redundant check at find_first_extent_bit_state()
>   btrfs: simplify last record detection at test_range_bit()
>   btrfs: remove redudant record start offset check at test_range_bit()

Reviewed-by: David Sterba <dsterba@suse.com>