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 5BD94EB64D9 for ; Thu, 15 Jun 2023 18:00:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231278AbjFOSAa (ORCPT ); Thu, 15 Jun 2023 14:00:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229787AbjFOSAZ (ORCPT ); Thu, 15 Jun 2023 14:00:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41054273D for ; Thu, 15 Jun 2023 11:00:24 -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 CF9E962243 for ; Thu, 15 Jun 2023 18:00:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2758AC433C9; Thu, 15 Jun 2023 18:00:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686852023; bh=zTjNcEllzl3aLrGkjNfY3daqXIXZvvpMNXCwS2+qpDU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=GKnv4zWtK5XKi9hCU3J3r4hYo24rHwy7vALUfpfIV231fVvnATfVQruVA7YGYZzE/ 8/U/YYOOCVyy7NjdP1QVHR58sLvoGMA8CUoLwK4pJj5VtrzQA9FYz2Bioa86VYLbP+ E0gotbRFiEx6iw5Xz0cQhQaJtxN9J5NPCIXJ6CD/VRaSanTLZSfqDWvyFOWbEQS/0P 8iNvMSrP+vvNkosTx0lHRKTjaup61Ejz9uA4Cc9hcWTKQSMGvnemyVh3Q3PHVp6seQ EHjjCSLDv42Q5rFZMhwIz5p2jahdOs8TSTzEGdjb5ih9qbS1lzTk39ZlyLbhwVyU2A BMuO6HBFvKO5w== 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 0E835E29F32; Thu, 15 Jun 2023 18:00:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: check zone write pointer points to the end of zone From: patchwork-bot+f2fs@kernel.org Message-Id: <168685202305.7502.13424680817113801085.git-patchwork-notify@kernel.org> Date: Thu, 15 Jun 2023 18:00:23 +0000 References: <20230612233203.1571983-1-daeho43@gmail.com> In-Reply-To: <20230612233203.1571983-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 Mon, 12 Jun 2023 16:32:03 -0700 you wrote: > From: Daeho Jeong > > We don't need to report an issue, when the zone write pointer already > points to the end of the zone, since the zone mismatch is already taken > care. > > Signed-off-by: Daeho Jeong > > [...] Here is the summary with links: - [f2fs-dev] f2fs: check zone write pointer points to the end of zone https://git.kernel.org/jaegeuk/f2fs/c/7faa5e31fcc1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html