Re: [PATCH] btrfs: tree-checker: Add DATA_RELOC tree to essential non-empty tree list

2018-07-19 Thread David Sterba
On Thu, Jul 19, 2018 at 03:05:14PM +0800, Qu Wenruo wrote: > DATA RELOC tree should also never be empty. > > Link: https://bugzilla.kernel.org/show_bug.cgi?id=200407 > Reported-by: Xu Wen > Signed-off-by: Qu Wenruo > --- > It's possible just fold this fix into commit "btrfs: tree-checker: Detect

Re: [PATCH] btrfs: tree-checker: Add DATA_RELOC tree to essential non-empty tree list

2018-07-19 Thread Su Yue
On 07/19/2018 03:05 PM, Qu Wenruo wrote: DATA RELOC tree should also never be empty. Link: https://bugzilla.kernel.org/show_bug.cgi?id=200407 Reported-by: Xu Wen Signed-off-by: Qu Wenruo Reviewed-by: Su Yue --- It's possible just fold this fix into commit "btrfs: tree-checker: Detect i

[PATCH] btrfs: tree-checker: Add DATA_RELOC tree to essential non-empty tree list

2018-07-19 Thread Qu Wenruo
DATA RELOC tree should also never be empty. Link: https://bugzilla.kernel.org/show_bug.cgi?id=200407 Reported-by: Xu Wen Signed-off-by: Qu Wenruo --- It's possible just fold this fix into commit "btrfs: tree-checker: Detect invalid empty essential tree". And for the test image, it can already b