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 43BC73EFD3D for ; Tue, 24 Mar 2026 17:32: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=1774373545; cv=none; b=DzZNm0+BbTmjBh7AGqVtba9xHdXgxa9CGNkUwCmEXuCX57wRuKeT9FN2yZ+0goQkgzOQ+wTyoUVcE2BVPnMpHWrEy8HIoCdxS4uwjjqtBjU9Dc/5MIXJq5M8b8thAZLSaegz//SPQXdWpNqHf4rvJTyTSXGnxifvjMdEhlQutk0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774373545; c=relaxed/simple; bh=H10zgJWacjix9t0rWOWwAHj3KVClFGNzPr8DVOaDYjE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=OoadwsiXYSOwScApd8aBUVbvCEO3EQdyi4ftWU+appCl65AkXKoDqDheP2aKE+DWeo/XnXPOoV9g4NfygN6TV3PgwWLrItLW4hRKvDNu81+bxTqTwY65PWvUIkCaqj0gBWj5Ifo3Tl7gy5RdTUj9Pj9jG+HOjP7hDk9QscyVb8I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nvxwR1V+; 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="nvxwR1V+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B958C19424; Tue, 24 Mar 2026 17:32:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774373543; bh=H10zgJWacjix9t0rWOWwAHj3KVClFGNzPr8DVOaDYjE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nvxwR1V+9vbEJZBDfTa2diIuW2PHn6mRXd1buIVvmxMfJw5BKAE+XTJeo9uoMxBjL 0pybdVBJwcxBXYTHV8Jgto9efijJh4nruYqpyy/4zgZJCH92cHIUPM7zgf3Z8JcAmw SyMQg7U7K1E1aKb9xcUSopNGG6G5RuTjZ/47bc1KbbU/4QG4VQcVSbijELcqQKS5DD t50m8RoYmUYugOf5zsosqQplab6byjLsPq3L4m+PQ/h1hd/2zktBrKM3DTUj/nRSBT G0RcVm3yRflIJrv+DxKnpGOognTs0D/kWvwDDkGdBtAOMh+ZJZFFcPn0FJ3Hu8TNfF 5Jpe/cVRnF1Mw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CCDB3808203; Tue, 24 Mar 2026 17:32:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v3 1/2] f2fs: call f2fs_handle_critical_error() to set cp_error flag From: patchwork-bot+f2fs@kernel.org Message-Id: <177437353128.1223048.4639198904019180546.git-patchwork-notify@kernel.org> Date: Tue, 24 Mar 2026 17:32:11 +0000 References: <20260323083834.156393-1-chao@kernel.org> In-Reply-To: <20260323083834.156393-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 23 Mar 2026 16:38:32 +0800 you wrote: > f2fs_handle_page_eio() is the only left place we set CP_ERROR_FLAG > directly, it missed to update superblock.s_stop_reason, let's > call f2fs_handle_critical_error() instead to fix that. > > Introduce STOP_CP_REASON_READ_{META,NODE,DATA} stop_cp_reason enum > variable to indicate which kind of data we failed to read. > > [...] Here is the summary with links: - [f2fs-dev,v3,1/2] f2fs: call f2fs_handle_critical_error() to set cp_error flag https://git.kernel.org/jaegeuk/f2fs/c/bd882ffdd48a - [f2fs-dev,v3,2/2] f2fs: use more generic f2fs_stop_checkpoint() https://git.kernel.org/jaegeuk/f2fs/c/be09d78b6d54 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html