mbox series

[0/4] Simple cleanups

Message ID cover.1708603965.git.dsterba@suse.com (mailing list archive)
Headers show
Series Simple cleanups | expand

Message

David Sterba Feb. 22, 2024, 12:14 p.m. UTC
David Sterba (4):
  btrfs: handle transaction commit errors in flush_reservations()
  btrfs: pass btrfs_device to btrfs_scratch_superblocks()
  btrfs: merge btrfs_del_delalloc_inode() helpers
  btrfs: pass a valid extent map cache pointer to __get_extent_map()

 fs/btrfs/btrfs_inode.h |  2 +-
 fs/btrfs/dev-replace.c |  3 +--
 fs/btrfs/disk-io.c     |  2 +-
 fs/btrfs/extent_io.c   | 11 ++++++++---
 fs/btrfs/inode.c       | 14 +++++---------
 fs/btrfs/qgroup.c      |  2 +-
 fs/btrfs/volumes.c     | 13 +++++--------
 fs/btrfs/volumes.h     |  4 +---
 8 files changed, 23 insertions(+), 28 deletions(-)

Comments

Josef Bacik Feb. 22, 2024, 3:44 p.m. UTC | #1
On Thu, Feb 22, 2024 at 01:14:07PM +0100, David Sterba wrote:
> David Sterba (4):
>   btrfs: handle transaction commit errors in flush_reservations()
>   btrfs: pass btrfs_device to btrfs_scratch_superblocks()
>   btrfs: merge btrfs_del_delalloc_inode() helpers
>   btrfs: pass a valid extent map cache pointer to __get_extent_map()
> 

Reviewed-by: Josef Bacik <josef@toxicpanda.com>

Thanks,

Josef
Qu Wenruo Feb. 22, 2024, 9:48 p.m. UTC | #2
在 2024/2/22 22:44, David Sterba 写道:
> David Sterba (4):
>    btrfs: handle transaction commit errors in flush_reservations()
>    btrfs: pass btrfs_device to btrfs_scratch_superblocks()
>    btrfs: merge btrfs_del_delalloc_inode() helpers
>    btrfs: pass a valid extent map cache pointer to __get_extent_map()

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

Thanks,
Qu
>
>   fs/btrfs/btrfs_inode.h |  2 +-
>   fs/btrfs/dev-replace.c |  3 +--
>   fs/btrfs/disk-io.c     |  2 +-
>   fs/btrfs/extent_io.c   | 11 ++++++++---
>   fs/btrfs/inode.c       | 14 +++++---------
>   fs/btrfs/qgroup.c      |  2 +-
>   fs/btrfs/volumes.c     | 13 +++++--------
>   fs/btrfs/volumes.h     |  4 +---
>   8 files changed, 23 insertions(+), 28 deletions(-)
>