Re: [PATCH] btrfs-progs: check: release path after usage
From: David Sterba <hidden> Date: 2016-10-24 17:27:03
On Mon, Oct 24, 2016 at 10:18:14AM -0500, Goldwyn Rodrigues wrote:
From: Goldwyn Rodrigues <redacted>
While performing an fsck, an assertion failure occurs because of reusing path in a loop.
ctree.c:1112: btrfs_search_slot: Warning: assertion `p->nodes[0] != NULL` failed, value 0
Signed-off-by: Goldwyn Rodrigues <redacted>