Re: [PATCH 21/21] btrfs: add assertions for releasing trans handle reservations

2017-10-14 Thread David Sterba
On Fri, Sep 29, 2017 at 03:44:05PM -0400, Josef Bacik wrote: > These are useful for debugging problems where we mess with > trans->block_rsv to make sure we're not screwing something up. > > Signed-off-by: Josef Bacik Reviewed-by: David Sterba -- To unsubscribe from this list: send the line "un

[PATCH 21/21] btrfs: add assertions for releasing trans handle reservations

2017-09-29 Thread Josef Bacik
These are useful for debugging problems where we mess with trans->block_rsv to make sure we're not screwing something up. Signed-off-by: Josef Bacik --- fs/btrfs/extent-tree.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c