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 7CC851A238D for ; Thu, 6 Mar 2025 08:18:23 +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=1741249103; cv=none; b=p2GoMbzj0oAdeIjd7MkbzS9O5Pe56qU0UCMqPwMFfFH+gGImcUwlVBlxwZVPdF6K1rDjhvnaT/eKiKkbNKl8S0CVHYcf/R4Bt/M3c1gIUcH8DbHwKN9cddq437dNo9JhopJJKqlv2vHVLdZf5UsFv2n6Bu9hPmtCiISFKq5Nz3U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741249103; c=relaxed/simple; bh=RWP4wpZ3zNZLUM147XjXn5XnwdN3KEQbeXE8EZAKops=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ZzcEg7oTSGPgKtCyoFpbHgoMcvEY6JugDQPkuJsOzmdMJpR69U+wnuqRDvbdKaWM8X9gLyhmQFCq3xSEHUiHBAls7LuREnD783T5oKuSqmpVqHIE7jm/SQlO34gniafU3H8DzhfvHK5M1fRDSlXRWof0jHLqNRO9PteJ/IrF/6M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZjBC3Psr; 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="ZjBC3Psr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC685C4CEE0; Thu, 6 Mar 2025 08:18:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741249102; bh=RWP4wpZ3zNZLUM147XjXn5XnwdN3KEQbeXE8EZAKops=; h=From:To:Cc:Subject:Date:From; b=ZjBC3PsrECQaYu2hurjO31ZdC5Txicqu8AlfPeIytdzmAl9ORsxLUzwuwZMDma/fN fWgKcrqMzfXOJwe5q9rxQJ9ppEHyuVAez6CmhCe6FhKi+apJzckE88rx1/q4HqVj+4 BPMB7FZL8I6iIAaoA22khI95RZ+sN1jiGsAq+2tZk21kcZdJRHhk4c630moatZhDq4 eiOUgSFwcOh9ON+GlBA1LzobnfttFonoUpZDAFcpJBioMSv1Idr31TKmDLy9iXq1ko MlNS3LfKZY0IpuGS01UVv9b1JeNdEp1GSbFpIox8YN1rzv45pFKEMxe36JODqDxnmJ F5jxxj/eaZCPA== 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/4] common/config: remove redundant export of F2FS_IO_PROG Date: Thu, 6 Mar 2025 16:18:06 +0800 Message-ID: <20250306081809.2397527-1-chao@kernel.org> X-Mailer: git-send-email 2.49.0.rc0.332.g42c0ae87b1-goog Precedence: bulk X-Mailing-List: fstests@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit F2FS_IO_PROG was been exported twice, remove the redudant one. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- common/config | 1 - 1 file changed, 1 deletion(-) diff --git a/common/config b/common/config index 2afbda14..8d3047a5 100644 --- a/common/config +++ b/common/config @@ -191,7 +191,6 @@ export XFS_COPY_PROG="$(type -P xfs_copy)" export FSTRIM_PROG="$(type -P fstrim)" export DUMPE2FS_PROG="$(type -P dumpe2fs)" export RESIZE2FS_PROG="$(type -P resize2fs)" -export F2FS_IO_PROG="$(type -P f2fs_io)" export FIO_PROG="$(type -P fio)" export FILEFRAG_PROG="$(type -P filefrag)" export E4DEFRAG_PROG="$(type -P e4defrag)" -- 2.48.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 8DD3AC282DE for ; Thu, 6 Mar 2025 08:18:38 +0000 (UTC) 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 1tq6RB-0001LV-M0; Thu, 06 Mar 2025 08:18:38 +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 1tq6R9-0001Kt-JH for linux-f2fs-devel@lists.sourceforge.net; Thu, 06 Mar 2025 08:18:36 +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=Q2EtckheadEwVLf0vgHE6aRopaIapuvftmpZRvSSd6E=; b=KP9AOFucRXoWZgos8IhfYhPnt1 WAJepJI08AVxyIA7h4pjE8kzWiHmbiPYDrdKmiUGu7CflYc/K5Mdukq2QqVrNzuqIDKDQ6zgkiEw8 ySMMsVyKl65z3/z+X8EdeldMH/KCLu7p1nx2BEG2hNCPD2ZvRnUEme8TsHpR6lD2wSUg=; 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=Q2EtckheadEwVLf0vgHE6aRopaIapuvftmpZRvSSd6E=; b=l N5XLEWMVPZ2ijqY8v8/Vpohf4twnPbeMrqqtsnZzFGwtzWdzy1S+1vGf8P42q9Da4NhtJm7bMnuV8 a0TPyeD421XPEzXH8i5wqlSDH68vt+MAXIitNS2Jt4ypuoo6nsaLJ05p9rDOj1ldJE/iaqYOgxddu iRaORzcJBqynyT4c=; Received: from dfw.source.kernel.org ([139.178.84.217]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1tq6R2-0005wh-J9 for linux-f2fs-devel@lists.sourceforge.net; Thu, 06 Mar 2025 08:18:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6185C5C010D for ; Thu, 6 Mar 2025 08:16:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC685C4CEE0; Thu, 6 Mar 2025 08:18:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741249102; bh=RWP4wpZ3zNZLUM147XjXn5XnwdN3KEQbeXE8EZAKops=; h=From:To:Cc:Subject:Date:From; b=ZjBC3PsrECQaYu2hurjO31ZdC5Txicqu8AlfPeIytdzmAl9ORsxLUzwuwZMDma/fN fWgKcrqMzfXOJwe5q9rxQJ9ppEHyuVAez6CmhCe6FhKi+apJzckE88rx1/q4HqVj+4 BPMB7FZL8I6iIAaoA22khI95RZ+sN1jiGsAq+2tZk21kcZdJRHhk4c630moatZhDq4 eiOUgSFwcOh9ON+GlBA1LzobnfttFonoUpZDAFcpJBioMSv1Idr31TKmDLy9iXq1ko MlNS3LfKZY0IpuGS01UVv9b1JeNdEp1GSbFpIox8YN1rzv45pFKEMxe36JODqDxnmJ F5jxxj/eaZCPA== To: Zorro Lang , fstests@vger.kernel.org Date: Thu, 6 Mar 2025 16:18:06 +0800 Message-ID: <20250306081809.2397527-1-chao@kernel.org> X-Mailer: git-send-email 2.49.0.rc0.332.g42c0ae87b1-goog MIME-Version: 1.0 X-Headers-End: 1tq6R2-0005wh-J9 Subject: [f2fs-dev] [PATCH 1/4] common/config: remove redundant export of F2FS_IO_PROG 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 F2FS_IO_PROG was been exported twice, remove the redudant one. Cc: Jaegeuk Kim Signed-off-by: Chao Yu --- common/config | 1 - 1 file changed, 1 deletion(-) diff --git a/common/config b/common/config index 2afbda14..8d3047a5 100644 --- a/common/config +++ b/common/config @@ -191,7 +191,6 @@ export XFS_COPY_PROG="$(type -P xfs_copy)" export FSTRIM_PROG="$(type -P fstrim)" export DUMPE2FS_PROG="$(type -P dumpe2fs)" export RESIZE2FS_PROG="$(type -P resize2fs)" -export F2FS_IO_PROG="$(type -P f2fs_io)" export FIO_PROG="$(type -P fio)" export FILEFRAG_PROG="$(type -P filefrag)" export E4DEFRAG_PROG="$(type -P e4defrag)" -- 2.48.1 _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel