Message ID | cover.1708603965.git.dsterba@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | Simple cleanups | expand |
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
在 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(-) >