mbox series

[v2,0/4] btrfs: some trivial cleanups related to io trees

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

Message

Filipe Manana April 1, 2025, 3:29 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Some simple cleanups related to io trees that are very trivial and were
initally part of a larger patchset. Details in the change logs.

V2: Added patch 3/4.

Filipe Manana (4):
  btrfs: use clear_extent_bit() at try_release_extent_state()
  btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
  btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
  btrfs: simplify last record detection at test_range_bit_exists()

 fs/btrfs/extent-io-tree.c    |  8 +++-----
 fs/btrfs/extent_io.c         |  2 +-
 fs/btrfs/inode.c             |  3 +--
 fs/btrfs/reflink.c           |  5 ++---
 fs/btrfs/tests/inode-tests.c | 24 ++++++++++++------------
 fs/btrfs/volumes.c           |  7 +++----
 6 files changed, 22 insertions(+), 27 deletions(-)

Comments

Boris Burkov April 1, 2025, 3:46 p.m. UTC | #1
On Tue, Apr 01, 2025 at 04:29:50PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Some simple cleanups related to io trees that are very trivial and were
> initally part of a larger patchset. Details in the change logs.

Reviewed-by: Boris Burkov <boris@bur.io>

> 
> V2: Added patch 3/4.
> 
> Filipe Manana (4):
>   btrfs: use clear_extent_bit() at try_release_extent_state()
>   btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
>   btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
>   btrfs: simplify last record detection at test_range_bit_exists()
> 
>  fs/btrfs/extent-io-tree.c    |  8 +++-----
>  fs/btrfs/extent_io.c         |  2 +-
>  fs/btrfs/inode.c             |  3 +--
>  fs/btrfs/reflink.c           |  5 ++---
>  fs/btrfs/tests/inode-tests.c | 24 ++++++++++++------------
>  fs/btrfs/volumes.c           |  7 +++----
>  6 files changed, 22 insertions(+), 27 deletions(-)
> 
> -- 
> 2.45.2
>
Qu Wenruo April 1, 2025, 9:22 p.m. UTC | #2
在 2025/4/2 01:59, fdmanana@kernel.org 写道:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Some simple cleanups related to io trees that are very trivial and were
> initally part of a larger patchset. Details in the change logs.

My bad, didn't notice the v2 series.

Still looks good.

Reviewed-by: Qu Wenruo <wqu@suse.com>

Thanks,
Qu>
> V2: Added patch 3/4.
> 
> Filipe Manana (4):
>    btrfs: use clear_extent_bit() at try_release_extent_state()
>    btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
>    btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
>    btrfs: simplify last record detection at test_range_bit_exists()
> 
>   fs/btrfs/extent-io-tree.c    |  8 +++-----
>   fs/btrfs/extent_io.c         |  2 +-
>   fs/btrfs/inode.c             |  3 +--
>   fs/btrfs/reflink.c           |  5 ++---
>   fs/btrfs/tests/inode-tests.c | 24 ++++++++++++------------
>   fs/btrfs/volumes.c           |  7 +++----
>   6 files changed, 22 insertions(+), 27 deletions(-)
>