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 B62F23F3286 for ; Wed, 5 Aug 2026 21:21:38 +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=1785964902; cv=none; b=iRMvbx6t6gLRm2+eM3La5qpT0oDZPG5qrnLiniwtAmhcB+PKmeXer0tWuS1RZDAcm18PAH3XH9hXkYPw06Ubr+vpyQXty9kP9gDb7fCIfb+PGUs9ZFoUuyA1W3Nme9VyuofshM3tOunyxVBeRJ28J0765GTwbS5U7hnnhBJ7NMo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785964902; c=relaxed/simple; bh=EjF8oUmjaVvOjb7vXBNiKc+pTmLSF+uJ87obWOTlsgo=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=sZxZPcC9IcwaJmghEWSU8+vBHclJ12vOvHQq30UdxIJpWwdI18YSZD433w0DbdT7tcSrxbXRqugFN+fDDxrnnYtTzzJ+DWMzzdZxK55l6pAUzcZgd+O9GPG01s1uKhJtwt7S2rcOLx6OjQgrEDHlL8xqHiC5oamePHpmc1XGH/U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eERTbIKH; 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="eERTbIKH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F37A1F00AC4; Wed, 5 Aug 2026 21:21:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785964895; bh=G9U1HE81KZ6a+jxiScImsXODUeojzms6OMRktiL1Sqo=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=eERTbIKHJdfG0omSmgcBRpkN/E0lZMZ6s4Zh9vNEz4BQK25xDixa3/khbin7efUzF +U3OrNT4NPACrl3u8mo7+ZecpABXmkNWuXZv5REExi+6mdfDx1adtqHYZ2Dpss7msT rNbcDsrRZbLHBPgx9DrAA9iOc+8xEOr6zS2mcFNR1rP2mLgeuZ6r2yPATJz6ZggFGr WVvZmZpv35BqBtCi7C1TiWJnAfXcKcml1qO81Td0U4NcQtWmt0ZQAE2SFmh1leovuX /WMoeJsSKNf6XEAoakycJRER7mer31Q5qsNaVEvCbIeq6bFEMBn9v6nCKVH4kAZJyz DSdOk+JmAkN9w== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 938DB392FFD1; Wed, 5 Aug 2026 21:20:56 +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: Remove unused curseg_segno() and curseg_alloc_type() From: patchwork-bot+f2fs@kernel.org Message-Id: <178596485513.530543.3113469231109008901.git-patchwork-notify@kernel.org> Date: Wed, 05 Aug 2026 21:20:55 +0000 References: <20260626030728.1364795-1-zhanxusheng@xiaomi.com> In-Reply-To: <20260626030728.1364795-1-zhanxusheng@xiaomi.com> To: Zhan Xusheng Cc: jaegeuk@kernel.org, chao@kernel.org, zhanxusheng@xiaomi.com, 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 Fri, 26 Jun 2026 11:07:28 +0800 you wrote: > The only callers of curseg_segno() and curseg_alloc_type() were removed by > commit 5a4fed7cd97a ("f2fs: simplify do_checkpoint"); both helpers have > been unused since then. > > Being static inline functions they do not trigger -Wunused-function, so > the dead code has gone unnoticed. Remove them. No functional change. > > [...] Here is the summary with links: - [f2fs-dev] f2fs: Remove unused curseg_segno() and curseg_alloc_type() https://git.kernel.org/jaegeuk/f2fs/c/0f046e45afb7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html