From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 23BD02D73B9 for ; Thu, 9 Oct 2025 09:08:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760000932; cv=none; b=pevIvNW3FKIEpKmqu9DeF/bslJ9xtxR6/H7Sqv+OFsEKbMu5eGG2UX2U+40hFmE66ZHmayBoms9/P9osPNqJkiI2WFRNRahpBIjse1DHdYAwonXgZmOGMx7P0XszXi5AQVlR3JzO9Q3fYNyDi9KWQvPi1BYz7jjFOTRMxyVwZpA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760000932; c=relaxed/simple; bh=cSF5nnWAkuG+2VjrxbmPPHyWmyDje6wogp0OrhnscnA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=UTFMvKDu2ZG88HmW/hlZXFhyERcx8ddcYgbIKWKxhpqUTgeNz2WCMBsYm+zMbm60F6+A87gS3NFKmQJJs3cRNebV8RHt34HnwKCmJU1SkcDqA0F0YQ/NRYnOCRku6XT+f0gXJqUvN29boJdVyGlfFLkGWujQ/IeAnecvP2qy/HQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rsOd2I7Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rsOd2I7Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80A5EC4CEFE; Thu, 9 Oct 2025 09:08:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760000931; bh=cSF5nnWAkuG+2VjrxbmPPHyWmyDje6wogp0OrhnscnA=; h=From:To:Cc:Subject:Date:From; b=rsOd2I7QI7V1OweWULDrGrHF1WCddyzoKz8XXXxhoiESV7M3flR330qa7JgqT5jlV zCQMb1bpy0tiszdFs3roJjEbh1Oe14MXJeK464dmmYX4gR8NDkVNx4VfdJCawFgxYu rhqzDWn2+TiC2jQJ5VP8ZkrSyKUghb0YUCmmRlUq2SvhiG6SARs1YOUO+WjSUITW5c r2bgm+VHBK3jfh7ZTRgmuFZJVDrbbv0r+KPxajmLQ5Mme4xyqoIw69EJxRZVzcsf81 OgK4QJPUXOM0vbcH+/jPocSL1gst1AxxnuR1YfYNMbD7och2VxtH1nFgxuyFaiYvgg Wf06o3xaxJ4Tg== From: Chao Yu To: Zorro Lang , fstests@vger.kernel.org Cc: jaegeuk@kernel.org, linux-f2fs-devel@lists.sourceforge.net, Chao Yu Subject: [PATCH 1/3] common/config: source common/f2fs in _source_specific_fs() Date: Thu, 9 Oct 2025 16:50:41 +0800 Message-Id: <20251009085043.16910-1-chao@kernel.org> X-Mailer: git-send-email 2.40.1 Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Let's source common/f2fs in _source_specific_fs() instead of in each testcase. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- common/config | 1 + tests/f2fs/002 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config b/common/config index 22b52432..1420e35d 100644 --- a/common/config +++ b/common/config @@ -509,6 +509,7 @@ _source_specific_fs() ;; f2fs) [ "$MKFS_F2FS_PROG" = "" ] && _fatal "mkfs.f2fs not found" + . ./common/f2fs ;; nfs) . ./common/nfs diff --git a/tests/f2fs/002 b/tests/f2fs/002 index 74146217..d2f6e413 100755 --- a/tests/f2fs/002 +++ b/tests/f2fs/002 @@ -43,7 +43,6 @@ _begin_fstest auto quick rw encrypt compress fiemap . ./common/filter -. ./common/f2fs . ./common/encrypt # Prerequisites to create a file that is both encrypted and LZ4-compressed -- 2.40.1 From mboxrd@z Thu Jan 1 00:00:00 1970 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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9CF3ACCA470 for ; Thu, 9 Oct 2025 09:09:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.sourceforge.net; s=beta; h=Content-Transfer-Encoding:Content-Type:Cc: Reply-To:From:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Subject:MIME-Version:Message-Id:Date:To:Sender: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=qyEFvOtCXnV/kfeQRIyeyJFm9nb8MaJnI/Lad649w8M=; b=RdKDLAFiSWLuh1GSks6l/SyGxJ hxlS+fyCjM6mOqDr0isdAXPKOeqetfoUbWyOI9Iylj74y7TZsz0R2VGUODq/JwH7qXX2tf5GswfwJ uh37ifG1jeSYMxi5amZzEDdtYblZgLFtN/05xGmU0Q0TWmUorwp5GkYngJnteOX/iDxQ=; Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1v6me6-0003ni-Oj; Thu, 09 Oct 2025 09:09:10 +0000 Received: from [172.30.29.66] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1v6mdy-0003n1-Eu for linux-f2fs-devel@lists.sourceforge.net; Thu, 09 Oct 2025 09:09:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Transfer-Encoding:MIME-Version:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=gb7Kzr40sx/Cylp3yrPIkC0xPvzP/9xzHw4+qY9IqOs=; b=Ls35boJHYWREvue9fUcsp6D1D5 Crt28bE6eEe9PLWgVvic3LUjVywDMFlmS0lsx3uMQvOf4vrXcxszcZy769bL33JEh8mInG5L+PSuE WJwFqrKkRyj/+kWuRYqHaecKIszzStgMatAMDAcez1K78pgP2PMJHTnl+rtYRdykBBG4=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From :Sender:Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=gb7Kzr40sx/Cylp3yrPIkC0xPvzP/9xzHw4+qY9IqOs=; b=R wsfuE+W09x3lMgMEbeGzXoRVYpDWqwviFE2BygAuaTGmuJZpL/C9QKEETjfKdUmGtxFSd4iGxGUvR dVE1w+1enNpI8Dn9Mo8LNVLCDTjlGqYobCTpAoadEmzB8XgHFfG/GThgmNfHt4Y6XD4jq8nYvrAvX bgrSKZ8vdMSLJ4T4=; Received: from sea.source.kernel.org ([172.234.252.31]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1v6mdy-0006Fx-3m for linux-f2fs-devel@lists.sourceforge.net; Thu, 09 Oct 2025 09:09:02 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id B7D4043590 for ; Thu, 9 Oct 2025 09:08:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80A5EC4CEFE; Thu, 9 Oct 2025 09:08:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760000931; bh=cSF5nnWAkuG+2VjrxbmPPHyWmyDje6wogp0OrhnscnA=; h=From:To:Cc:Subject:Date:From; b=rsOd2I7QI7V1OweWULDrGrHF1WCddyzoKz8XXXxhoiESV7M3flR330qa7JgqT5jlV zCQMb1bpy0tiszdFs3roJjEbh1Oe14MXJeK464dmmYX4gR8NDkVNx4VfdJCawFgxYu rhqzDWn2+TiC2jQJ5VP8ZkrSyKUghb0YUCmmRlUq2SvhiG6SARs1YOUO+WjSUITW5c r2bgm+VHBK3jfh7ZTRgmuFZJVDrbbv0r+KPxajmLQ5Mme4xyqoIw69EJxRZVzcsf81 OgK4QJPUXOM0vbcH+/jPocSL1gst1AxxnuR1YfYNMbD7och2VxtH1nFgxuyFaiYvgg Wf06o3xaxJ4Tg== To: Zorro Lang , fstests@vger.kernel.org Date: Thu, 9 Oct 2025 16:50:41 +0800 Message-Id: <20251009085043.16910-1-chao@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Headers-End: 1v6mdy-0006Fx-3m Subject: [f2fs-dev] [PATCH 1/3] common/config: source common/f2fs in _source_specific_fs() X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Chao Yu via Linux-f2fs-devel Reply-To: Chao Yu Cc: jaegeuk@kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Let's source common/f2fs in _source_specific_fs() instead of in each testcase. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- common/config | 1 + tests/f2fs/002 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config b/common/config index 22b52432..1420e35d 100644 --- a/common/config +++ b/common/config @@ -509,6 +509,7 @@ _source_specific_fs() ;; f2fs) [ "$MKFS_F2FS_PROG" = "" ] && _fatal "mkfs.f2fs not found" + . ./common/f2fs ;; nfs) . ./common/nfs diff --git a/tests/f2fs/002 b/tests/f2fs/002 index 74146217..d2f6e413 100755 --- a/tests/f2fs/002 +++ b/tests/f2fs/002 @@ -43,7 +43,6 @@ _begin_fstest auto quick rw encrypt compress fiemap . ./common/filter -. ./common/f2fs . ./common/encrypt # Prerequisites to create a file that is both encrypted and LZ4-compressed -- 2.40.1 _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel