Re: [PATCH 08/36] btrfs: dump block_rsv whe dumping space info

2018-09-12 Thread David Sterba
On Tue, Sep 11, 2018 at 04:11:45PM -0700, Omar Sandoval wrote: > On Tue, Sep 11, 2018 at 01:57:39PM -0400, Josef Bacik wrote: > > For enospc_debug having the block rsvs is super helpful to see if we've > > done something wrong. > > > > Signed-off-by: Josef Bacik > > --- > >

Re: [PATCH 08/36] btrfs: dump block_rsv whe dumping space info

2018-09-11 Thread Omar Sandoval
On Tue, Sep 11, 2018 at 01:57:39PM -0400, Josef Bacik wrote: > For enospc_debug having the block rsvs is super helpful to see if we've > done something wrong. > > Signed-off-by: Josef Bacik > --- > fs/btrfs/extent-tree.c | 16 > 1 file changed, 16 insertions(+) > > diff --git

[PATCH 08/36] btrfs: dump block_rsv whe dumping space info

2018-09-11 Thread Josef Bacik
For enospc_debug having the block rsvs is super helpful to see if we've done something wrong. Signed-off-by: Josef Bacik --- fs/btrfs/extent-tree.c | 16 1 file changed, 16 insertions(+) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index