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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FABEC71153 for ; Mon, 28 Aug 2023 17:21:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232556AbjH1RVA (ORCPT ); Mon, 28 Aug 2023 13:21:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232838AbjH1RUh (ORCPT ); Mon, 28 Aug 2023 13:20:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E00F4120 for ; Mon, 28 Aug 2023 10:20:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7599F64E12 for ; Mon, 28 Aug 2023 17:20:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D49B1C433C9; Mon, 28 Aug 2023 17:20:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693243222; bh=FQYXoInQBlr/f4+an2RbMCBOGFxOn2Mjxfz/Bo5FuFA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ca1KH7F9oT0N8788aWwh71ULUQciMywnLtvl90psB/ZuZjnXklvA/9yWsjexwouFS yGOFqakHhBN0qJszeI1PNz1cw0p2Xu2NJWuTIRG3k8nhyTNUkDdGLp1cWUVD60GxYP 9YEYitBK2YdUU+J5D5QiYpMvKagfYy2m6HavF18FZyw1rfatYVPNeIotfW6ek9N00s 7HeiMO4DqHl7aObkuiCig4Fl0vU/YIBwPVxgDj6iuqiPm3iBAaxlqIyEqf5DTbo88x vGGYb+vkq0Xocu1DB5FOtAB77zblnzpbECbWOwYoXY/dap0VhOo4vQhLoZJE5BbT74 y0O2Vr4dgqVNw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id B89AFE301F2; Mon, 28 Aug 2023 17:20:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: use finish zone command when closing a zone From: patchwork-bot+f2fs@kernel.org Message-Id: <169324322274.341.6890205068394202418.git-patchwork-notify@kernel.org> Date: Mon, 28 Aug 2023 17:20:22 +0000 References: <20230824160832.3195155-1-daeho43@gmail.com> In-Reply-To: <20230824160832.3195155-1-daeho43@gmail.com> To: Daeho Jeong Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com, daehojeong@google.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 24 Aug 2023 09:08:31 -0700 you wrote: > From: Daeho Jeong > > Use the finish zone command first when a zone should be closed. > > Signed-off-by: Daeho Jeong > --- > fs/f2fs/segment.c | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: use finish zone command when closing a zone https://git.kernel.org/jaegeuk/f2fs/c/3b7166121402 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html