From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 BC3F7330D34 for ; Fri, 22 May 2026 04:30:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779424205; cv=none; b=O8oYm32gz7BBDdivFFvpttWqP9yz9lfiN47j8PZyQ5MbRV48zxAe2ehn/vFms8GdUX2VENw/HvQQRQN52Qj38uDuQriajf6SRuobGGiI4I1WyIQypZK/Z0G6jq6P7GcJ2R6WccBx1XT3P4tSyeDJWwOqk5FReMz5yjCbTVXuNFk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779424205; c=relaxed/simple; bh=SmE4uIIpuSU3DrWwRwB6uKGmB4Nj8ALhiO6x5sHvHFU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ogE/Oz0NGnMUtcms7KnsZYEltOj8yZN0/t/HxlySQnOoHn8YSTcbc5K1KuIOlUxiLZKPt/ngOYGJ/Jcwb+1DZ6IygQZw225K44L1DbBQyuS3FvZZuZzsp1PJLc02RyZ6jHP1NOVjM3jMd5WPwzoj6tJsu96BkVWz8rfiyFSFBz4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WtVSE2Hy; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WtVSE2Hy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5EAF41F00A3E; Fri, 22 May 2026 04:30:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779424204; bh=ZRZoxErHFJ/HCfHwoIkZGxNZGSJ1gzr8o/gsF+4bRXc=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=WtVSE2Hyyy7Etqy2Oe8pK1iMv4MZeNyByxFrAf0g1zUkk0EyXpfUKH/3S5kMkhwfL 8OXXpIeq0LZGfyOY4UoBpToEKPgTy8nQFif/ngWqlXECOFIgd6Jggr7ShJjUEMZ6QO kVg7mIowKiJgDauXsKyELT2nOFx8QnzGEONnG0cvBXiHvmsgwCSJ06DT77E47NN9PD Uty+75UqfcMFwume0jkerTMZoCtY0dsA2w8tGuVwav+d9cGrK/LFKFwteLT8aRIBwA vtr0RG6wNn+CE0IEGHzljobu9KwFpryzPmc/Gl1LbBhRSvLgwx2Rp39An6RlCuMj7R f6JIs0KD0zoEA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 197A33930E41; Fri, 22 May 2026 04:30:15 +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: add logs in f2fs_disable_checkpoint() From: patchwork-bot+f2fs@kernel.org Message-Id: <177942421364.624124.7589866714022746474.git-patchwork-notify@kernel.org> Date: Fri, 22 May 2026 04:30:13 +0000 References: <20260510163033.12148-1-chao@kernel.org> In-Reply-To: <20260510163033.12148-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 Mon, 11 May 2026 00:30:33 +0800 you wrote: > In order to troubleshoot in which step we may block on during > mount w/ checkpoint_disable mount option. > > Signed-off-by: Chao Yu > --- > fs/f2fs/super.c | 19 ++++++++++++++++++- > 1 file changed, 18 insertions(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev] f2fs: add logs in f2fs_disable_checkpoint() https://git.kernel.org/jaegeuk/f2fs/c/ae4d4e24eb6d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html