Re: [PATCH] Btrfs: fix qgroups sanity test crash or hang

2014-06-12 Thread Filipe David Manana
On Thu, Jun 12, 2014 at 1:35 AM, Chris Mason wrote: > On 06/11/2014 08:12 PM, Filipe David Borba Manana wrote: >> Often when running the qgroups sanity test, a crash or a hang happened. >> This is because the extent buffer the test uses for the root node doesn't >> have an header level explicitly

Re: [PATCH] Btrfs: fix qgroups sanity test crash or hang

2014-06-11 Thread Chris Mason
On 06/11/2014 08:12 PM, Filipe David Borba Manana wrote: > Often when running the qgroups sanity test, a crash or a hang happened. > This is because the extent buffer the test uses for the root node doesn't > have an header level explicitly set, making it have a random level value. > This is a prob

[PATCH] Btrfs: fix qgroups sanity test crash or hang

2014-06-11 Thread Filipe David Borba Manana
Often when running the qgroups sanity test, a crash or a hang happened. This is because the extent buffer the test uses for the root node doesn't have an header level explicitly set, making it have a random level value. This is a problem when it's not zero for the btrfs_search_slot() calls the test