From patchwork Thu Jul 5 05:41:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qu Wenruo X-Patchwork-Id: 10508087 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 81B396024A for ; Thu, 5 Jul 2018 05:41:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7242828CA1 for ; Thu, 5 Jul 2018 05:41:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 657AA28CA4; Thu, 5 Jul 2018 05:41:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 12B8528CA1 for ; Thu, 5 Jul 2018 05:41:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753101AbeGEFla (ORCPT ); Thu, 5 Jul 2018 01:41:30 -0400 Received: from mx2.suse.de ([195.135.220.15]:53644 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753015AbeGEFl2 (ORCPT ); Thu, 5 Jul 2018 01:41:28 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 8C734AD5D for ; Thu, 5 Jul 2018 05:41:27 +0000 (UTC) From: Qu Wenruo To: linux-btrfs@vger.kernel.org Cc: dsterba@suse.cz Subject: [PATCH] btrfs-progs: tests/fuzz: Use correct suffix for raw image Date: Thu, 5 Jul 2018 13:41:24 +0800 Message-Id: <20180705054124.12137-1-wqu@suse.com> X-Mailer: git-send-email 2.18.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP * 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 --- ...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%) 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