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 6B65735C690 for ; Thu, 13 Aug 2026 16:01:53 +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=1786636914; cv=none; b=N2L/BgIZ9P3SpZVNqTk4RDlCuL3eGG/3ucEXtEkTLIkC4nGJGpvEmDdEpWyjiSa+IANjoTf+1jslMbA0475S3NfwZtKqZucpxBnZUHY4vJDxmX4ZvGXKJaQA+te4QP2jDBLKmPezYSJaNx16vluPzVBaL5zNPe5CRwI10Yq71hg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786636914; c=relaxed/simple; bh=sjKDqwWDGaWfuRZiAWdQGVcbAUY4mjc4buny4/VhG04=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=dJZxkZJckcEwnEWgNCKBhY7ap6hdNzIEpYC8FC2Q4spwPKYf4kL+6xe3gPmk7LczPJ8IHFh6tQgSxbrVT+xh0bYhx0xKAPonzrPUYehs791vZdjZtgkfVw9quRhoAk/osJgnH7IVJcX4X8fw2NfoCtQ7lTteA/bTtX99hcjCFdQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aTdePKFs; 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="aTdePKFs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 167021F000E9; Thu, 13 Aug 2026 16:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786636913; bh=B+HlVhoB7IyPjGeDTnxqqVpYbFht2lIaLwfNuXU+1C8=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=aTdePKFs4geG4zMCT8BMgJ8pIkcJJVUSHIfe4wG4AwQmUYVWFMKC7/al+PE39eu0g dXCPnMjItVzAN9SMCvbctlCBCrTUWadAYzuqyr362WMUQOvSEw8xAfxR31A857rUgj h5GC2YeIE/tcU1XSwBoWC9LZ3cHBpEqCqyW53Pjvnw3W07IMvCn6YTTbCFN/hRfSoX hwrit3Q0+dMcgd+jOafHocGKglt4DDSY6qlQgU4zTdtm7+47aEO8xtHSqlU0kYrFz2 jUtHO9X4LrQXH+sVvb1/b72rr73y+i+7yiiEeWE1WOHvYM5o42Rn+BAUtDjpgCJMwL muAVo209dJ7ww== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 197AC380CEE2; Thu, 13 Aug 2026 16:01:09 +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/2] f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk} From: patchwork-bot+f2fs@kernel.org Message-Id: <178663686773.2934858.13174093696785530368.git-patchwork-notify@kernel.org> Date: Thu, 13 Aug 2026 16:01:07 +0000 References: <20260812122008.281434-1-chao@kernel.org> In-Reply-To: <20260812122008.281434-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 Wed, 12 Aug 2026 12:20:07 +0000 you wrote: > No logic changes. > > Signed-off-by: Chao Yu > --- > fs/f2fs/f2fs.h | 13 +++++++++++-- > fs/f2fs/gc.c | 2 +- > fs/f2fs/segment.c | 8 ++++---- > fs/f2fs/super.c | 4 ++-- > 4 files changed, 18 insertions(+), 9 deletions(-) Here is the summary with links: - [f2fs-dev,1/2] f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk} https://git.kernel.org/jaegeuk/f2fs/c/d2e65712dd31 - [f2fs-dev,2/2] f2fs: fix to avoid pinfile fragment on fragment:{block, segment} mode https://git.kernel.org/jaegeuk/f2fs/c/b4539b948270 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html