diff mbox

btrfs-progs: tests/fuzz: Use correct suffix for raw image

Message ID 20180705054124.12137-1-wqu@suse.com (mailing list archive)
State New, archived
Headers show

Commit Message

Qu Wenruo July 5, 2018, 5:41 a.m. UTC
* Please fold this patch into original commit in devel branch *

It's raw image, so it should be ".raw.xz" not ".img.xz"

Fixes: 19154c230314 ("btrfs-progs: tests: add fuzzed image that triggers crash in reloc setup on mount")
Signed-off-by: Qu Wenruo <wqu@suse.com>
---
 ...mg.xz => bko-199833-reloc-recovery-crash.raw.xz} | Bin
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tests/fuzz-tests/images/{bko-199833-reloc-recovery-crash.img.xz => bko-199833-reloc-recovery-crash.raw.xz} (100%)

Comments

David Sterba July 16, 2018, 4:18 p.m. UTC | #1
On Thu, Jul 05, 2018 at 01:41:24PM +0800, Qu Wenruo wrote:
> * Please fold this patch into original commit in devel branch *
> 
> It's raw image, so it should be ".raw.xz" not ".img.xz"

Ah right, thanks, commit updated.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/fuzz-tests/images/bko-199833-reloc-recovery-crash.img.xz b/tests/fuzz-tests/images/bko-199833-reloc-recovery-crash.raw.xz
similarity index 100%
rename from tests/fuzz-tests/images/bko-199833-reloc-recovery-crash.img.xz
rename to tests/fuzz-tests/images/bko-199833-reloc-recovery-crash.raw.xz