Re: [PATCH] btrfs-progs: fuzz-test: Add image for wrong chunk item in root tree
From: Qu Wenruo <hidden>
Date: 2016-08-31 01:01:05
From: Qu Wenruo <hidden>
Date: 2016-08-31 01:01:05
At 08/30/2016 10:17 PM, David Sterba wrote:
On Tue, Aug 30, 2016 at 10:15:50AM +0800, Qu Wenruo wrote:quoted
From: Lukas Lueg <redacted> Reported by Lukas and the same image from him. DATA_RELOC tree's key type is modifed to CHUNK_ITEM, causing btrfsck interpret it as CHUNK_ITEM and cause 0 num_stripes. Add the image to fuzz-test. Signed-off-by: Lukas Lueg <redacted>BTW I think you should put Reported-by here, that's the reporter's credit. The signed-off from you is for your contribution to the git repository (packing the image, documenting the origin etc). I've fixed that in the commit.
Thanks for the fix. I'll keep this in mind. Thanks, Qu