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 D7F6C3DC99B for ; Thu, 22 Jan 2026 23:50:15 +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=1769125815; cv=none; b=FuIq8mD/qXlT70Z8/RruwScHvM81eHpuCUwHMLXPzxw2tkM6ru0QkFgH1/xwXZr9bXgBO+ZMruVriz2eZg9VOPvD4BGS4YLaispX0pjTxx11jag/nrbsEJoQLC8IJvz7FLx126fkPD4erRpd6dWfU1FcLo/CO+9ybQNZK2JkQYg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769125815; c=relaxed/simple; bh=h3U7S415TWN9cHPNK3WhR07SWvd2IguAX23TdTNyXC8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=hUWTKyhYXJ7f0KW/l6OeGPMot7oDD2zTboLZBXCsUhqjqv3MGYjZ3Ac2LVZh/szrES0X24wn/5/zOs/ZvoWTqtYgrqmVDoE8ykgI6xl8/EjN9OrSLzvPOFY1kfq2oecnvSk58uZsjbp5M608NH3SuRxA7YA/ec7OM0ePe/tMCnk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gYpo662v; 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="gYpo662v" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B72DC19422; Thu, 22 Jan 2026 23:50:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769125814; bh=h3U7S415TWN9cHPNK3WhR07SWvd2IguAX23TdTNyXC8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=gYpo662v4FYEOa+bVl8UO53BDhCg64/JupIDguJl2Yn4szkTlo2dkQ2LfaMgU7ayB Rqrh/4BSkbI/vH6NxgKdvMx/Ajm2t/1/FY+CDPq1cVl4PBAZs0+VPQ6TUUVEPJlt+e T8BFHLHmFd+7ooeFdT2SZpj5TZy0gxBHEjWF2uhSH2+4sUAUnFU+8Y53763KQeqiUK fJZmou+52NOBfZs0TzSBt2Af/rSZ+zQRr98x4P74EFC8kDsBh06bViAnl8FXwFVYdO kv5+8ggi8J9r7kAZr9O2D3KBawowgOlYqWM5/aNdMJoECWpTQDjRc+gt5h4pJx6UMj CCsQOCsDhWWVg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 11BEF3808200; Thu, 22 Jan 2026 23:50: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] f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint() From: patchwork-bot+f2fs@kernel.org Message-Id: <176912581084.2327822.4005455517064960638.git-patchwork-notify@kernel.org> Date: Thu, 22 Jan 2026 23:50:10 +0000 References: <20260121051404.2056730-1-chao@kernel.org> In-Reply-To: <20260121051404.2056730-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 21 Jan 2026 05:14:04 +0000 you wrote: > It's rare case that sync_inodes_sb() always skips to flush some drity > datas, so it's enough to give extra three more chances to flush data. > > Signed-off-by: Chao Yu > --- > fs/f2fs/f2fs.h | 2 ++ > fs/f2fs/super.c | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev] f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint() https://git.kernel.org/jaegeuk/f2fs/c/6ca0ae2d1e32 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html