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 10FE2391E49 for ; Tue, 16 Jun 2026 02:50:16 +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=1781578217; cv=none; b=imv4Vl6bm5xAolMCoDLYVNCw1hbICGJXjDpvoW8TPuRTscrn2rdik9FR90aYSM2s1GRSpdfGRTxI90Getj42QvL2cpSTKxljcrWQViZa/hJkjFZr8aBCvLcEoBQeNbu84zous6uFJ6ASzOiRX9xdK2jdlXj+QLfnVeF+BnofOOk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781578217; c=relaxed/simple; bh=ossbtdImUK55RkKjWKsXfQGpHDgDPNH/hjK/xywjuAA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=lbIafSMHGby0UMdwvtwp7qNPfTmnFCPIZ6/ncpgwmfpB5Fivgcq+mtkxtaGskQK0qxsD+lpDjkwB5KAc66QWs+oUyI5Ib7VL243yr7jSBk432xEYfobyZYZAgrJdEa95MRDkmbjbj2RxFcH1q2qxPKPqevIFM4yb4v+IRZP/WXw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=E2BTWQuP; 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="E2BTWQuP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC02B1F000E9; Tue, 16 Jun 2026 02:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781578216; bh=juRHAjSe+0BdNITMb5EGhE9e/IWW1t6aiW+zWWoWSUI=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=E2BTWQuPZcsqPHskJUWd2X1dKdCLtu32RH6AhRdJELeAJd9i/AdFheZf4Eo7KPfwS 7kK/FJoa4Nlw+ympTq2Q+2Fz7L1c53uugjt7z3mYGLVIFnAwYlgnr19z9pS+3fiakK Go0PC7nO9d5vgkLlQWb0EJSfrkOS6zW+/5VznEevbnMpqIjHjQ5XUX9n+aKz3dTYOe fRtwh+/dFpQDz7gsBGn3qw0bQpaCt0p24u1lGTw1rYAvmzz0Zg9WxL/OtDJgi2R0gR myUjMHQ7HMyqt93Ebv6QRR0+kgE+Ufwei3kU+b9EjWd4Ra3zIGSBUb/j1dWyrww+kx G/LZz/y9u73nA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 196C23839A26; Tue, 16 Jun 2026 02: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 1/6] f2fs: fix wrong description in printed log From: patchwork-bot+f2fs@kernel.org Message-Id: <178157821063.407856.2821922506315460068.git-patchwork-notify@kernel.org> Date: Tue, 16 Jun 2026 02:50:10 +0000 References: <20260615130822.2576088-1-chao@kernel.org> In-Reply-To: <20260615130822.2576088-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, 15 Jun 2026 21:08:17 +0800 you wrote: > This patch fixes wrong description in printed log: > > "SSA and SIT" -> "SIT and SSA" > > Signed-off-by: Chao Yu > --- > fs/f2fs/gc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev,1/6] f2fs: fix wrong description in printed log https://git.kernel.org/jaegeuk/f2fs/c/123a88353dac - [f2fs-dev,2/6] f2fs: misc cleanup in f2fs_record_stop_reason() https://git.kernel.org/jaegeuk/f2fs/c/a1c83470ed0b - [f2fs-dev,3/6] f2fs: avoid unnecessary sanity check on ckpt_valid_blocks https://git.kernel.org/jaegeuk/f2fs/c/701959ef9b9f - [f2fs-dev,4/6] f2fs: avoid unnecessary fscrypt_finalize_bounce_page() (no matching commit) - [f2fs-dev,5/6] f2fs: use fscrypt_finalize_bounce_page() for cleanup (no matching commit) - [f2fs-dev,6/6] f2fs: remove unneeded f2fs_is_compressed_page() https://git.kernel.org/jaegeuk/f2fs/c/7cc48ead1a8a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html