Re: [PATCH] btrfs: Output ENOSPC debug info in inc_block_group_ro()

2019-01-30 Thread David Sterba
On Wed, Jan 30, 2019 at 01:07:51PM +0800, Qu Wenruo wrote: > Since inc_block_group_ro() would return -ENOSPC, outputting debug info > for enospc_debug mount option would be helpful to debug some balance > false ENOSPC report. Sure, added to misc-next.

[PATCH] btrfs: Output ENOSPC debug info in inc_block_group_ro()

2019-01-29 Thread Qu Wenruo
Since inc_block_group_ro() would return -ENOSPC, outputting debug info for enospc_debug mount option would be helpful to debug some balance false ENOSPC report. Signed-off-by: Qu Wenruo --- fs/btrfs/extent-tree.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git