mbox series

[0/3] btrfs-progs: a couple fixes

Message ID cover.1692800798.git.josef@toxicpanda.com (mailing list archive)
Headers show
Series btrfs-progs: a couple fixes | expand

Message

Josef Bacik Aug. 23, 2023, 2:27 p.m. UTC
Hello,

These are a set of fixes that I needed for the ctree sync to work properly, and
one fix that was just broken in general.  They apply cleanly to devel and should
be straightforward enough.  Thanks,

Josef

Josef Bacik (3):
  btrfs-progs: take a ref in the root locking code
  btrfs-progs: clear root dirty when we update the root
  btrfs-progs: fix improper error handling in btrfs filesystem usage

 cmds/filesystem-usage.c     | 8 +++-----
 kernel-shared/locking.c     | 3 +++
 kernel-shared/transaction.c | 2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)

Comments

David Sterba Aug. 23, 2023, 5:18 p.m. UTC | #1
On Wed, Aug 23, 2023 at 10:27:47AM -0400, Josef Bacik wrote:
> Hello,
> 
> These are a set of fixes that I needed for the ctree sync to work properly, and
> one fix that was just broken in general.  They apply cleanly to devel and should
> be straightforward enough.  Thanks,
> 
> Josef
> 
> Josef Bacik (3):
>   btrfs-progs: take a ref in the root locking code
>   btrfs-progs: clear root dirty when we update the root
>   btrfs-progs: fix improper error handling in btrfs filesystem usage

Added to devel, thanks.