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