From patchwork Fri Sep 15 09:26:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Filipe Manana X-Patchwork-Id: 13386713 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B8EAEE644B for ; Fri, 15 Sep 2023 09:27:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233664AbjIOJ2A (ORCPT ); Fri, 15 Sep 2023 05:28:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233741AbjIOJ16 (ORCPT ); Fri, 15 Sep 2023 05:27:58 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE75A2D4C; Fri, 15 Sep 2023 02:26:58 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B678C433C9; Fri, 15 Sep 2023 09:26:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694770018; bh=8sBX1v1mdO1iTppzvt3RoNfdKg+7RpBEaJIViDMGV50=; h=From:To:Cc:Subject:Date:From; b=q0OhUBrh398VQh7kORctcMGrMAOqDMoKBQYVP+bz4HMeK3s7k03sE/5V1MtByl/D1 d3plIuH2Ga3ziO/7CaGeHDMvajV5zenBCJ7fTxnnTBmgIvuyGq6LXG/6Lt7En8vXUq MGTlBinQOSwLQRJ52JrAqVJ7d1WgFVsOJ4ItudnQhiQGtAbye1gNjzwt2dMgswGI9Q KzAhkcF6yyjqYWLps+qkJXxdg+EoAYVYciTrBDzXbqjb7vpp1qngawFWJPEqvOYzS2 lc3xDi2KilOy4lgfY6aU90JSf3b8nhHVFf0CfdzrJLI5xVv2eVARvKLbnQeJ0WfO1c SOD5WshJesF4A== From: fdmanana@kernel.org To: fstests@vger.kernel.org Cc: linux-btrfs@vger.kernel.org, Filipe Manana Subject: [PATCH] btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit Date: Fri, 15 Sep 2023 10:26:50 +0100 Message-Id: X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org From: Filipe Manana The tests btrfs/288, btrfs/289 and btrfs/300 are using the "xxxx..." stub for commit ids, as when they were submitted/merged the corresponding btrfs patches were not yet in Linus' tree. So replace the stubs with the commit ids. Signed-off-by: Filipe Manana Reviewed-by: Anand Jain --- tests/btrfs/288 | 2 +- tests/btrfs/289 | 2 +- tests/btrfs/300 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/btrfs/288 b/tests/btrfs/288 index 52245895..efa9a631 100755 --- a/tests/btrfs/288 +++ b/tests/btrfs/288 @@ -22,7 +22,7 @@ _require_odirect # Overwriting data is forbidden on a zoned block device _require_non_zoned_device "${SCRATCH_DEV}" -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 1f2030ff6e49 \ "btrfs: scrub: respect the read-only flag during repair" _scratch_dev_pool_get 2 diff --git a/tests/btrfs/289 b/tests/btrfs/289 index 9cb6c1a5..39d8f733 100755 --- a/tests/btrfs/289 +++ b/tests/btrfs/289 @@ -25,7 +25,7 @@ _require_non_zoned_device "${SCRATCH_DEV}" # is dependent on the sectorsize. _require_btrfs_support_sectorsize 4096 -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 79b8ee702c91 \ "btrfs: scrub: also report errors hit during the initial read" # Create a single btrfs with DUP data profile, and create one 128K file. diff --git a/tests/btrfs/300 b/tests/btrfs/300 index d3722503..ff87ee71 100755 --- a/tests/btrfs/300 +++ b/tests/btrfs/300 @@ -13,7 +13,7 @@ _begin_fstest auto quick subvol snapshot _register_cleanup "cleanup" _supported_fs btrfs -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 94628ad94408 \ "btrfs: copy dir permission and time when creating a stub subvolume" _require_test