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 E1B792BE053 for ; Mon, 24 Nov 2025 18:50:46 +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=1764010247; cv=none; b=JbW0RcJdSORX2XKS5TwSJkYHe+rSgt2eYAf0QTo2F8UMkujE4kto54AOaCNyJq2jqnr10pQ/avyLcnEWJ59TxLnXgzvrjE+eyRnEouk0Hjv8BDezme7hmHFwM4NNxBysDvxNZt0j3I0tadKkE0mi54jjrwBTfL5D2kJBmW6KTb0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764010247; c=relaxed/simple; bh=bfsPXkJE7FB7meK8tjgJ4UMQE4p6ZXOLoA5SAQjd6vs=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=UeBQmD1lpaVKvdYSmt1qHwmGEFyetlJZgtpmZnv+vqTWPguUkyn77aflJkwDgTO6AfV7WKTdkpQkj7JQNeYDC+ofhsPuXnlaKAdigeFF2AfkmHlHZ/zG+qCr952WFAU2o7mLITnYhUaZgQuqHDls1QVHxrJ2z82blTsnE3eHUNI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZUUCA61i; 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="ZUUCA61i" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6D84C4CEF1; Mon, 24 Nov 2025 18:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764010246; bh=bfsPXkJE7FB7meK8tjgJ4UMQE4p6ZXOLoA5SAQjd6vs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ZUUCA61inLWxUtwYFFabkJsuRTIwPb+Eqr/uezX1FHxu2IvLfiYjIS0gE/iWQp0DK 3iKvcxuYFSbikJqEbr2q6sSqnOGqW/F5bffhD6OpjfHntgPml92ayaDwSOo4AAxo2u pTQdIBPNt9NVg7vXaNrC9ialV4kwrNAhPPIheGjZka0kpidKCxFYu7V2rH0sAOJ21w I2V03R6cfxiU5uFuFENLiyYL2WrJt8bF9Y+9FupcxGSCinsWo2wNPBAKmQfwEUDa2B 81D1zbghkslUuQRxIWywjDmBj5dEamzjkhR158Qc6D2AteN17Cb6D31rMRIdNnzju5 v2e7u1RU77f6Q== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EB0A23A86296; Mon, 24 Nov 2025 18:50:10 +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 v1] f2fs: simplify list initialization in f2fs_recover_fsync_data() From: patchwork-bot+f2fs@kernel.org Message-Id: <176401020949.42009.2139954343027110885.git-patchwork-notify@kernel.org> Date: Mon, 24 Nov 2025 18:50:09 +0000 References: <20251111121728.29433-1-liubaolin12138@163.com> In-Reply-To: <20251111121728.29433-1-liubaolin12138@163.com> To: Baolin Liu Cc: jaegeuk@kernel.org, chao@kernel.org, liubaolin@kylinos.cn, 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 Tue, 11 Nov 2025 20:17:28 +0800 you wrote: > From: Baolin Liu > > In f2fs_recover_fsync_data(),use LIST_HEAD() to declare and > initialize the list_head in one step instead of using > INIT_LIST_HEAD() separately. > > No functional change. > > [...] Here is the summary with links: - [f2fs-dev,v1] f2fs: simplify list initialization in f2fs_recover_fsync_data() https://git.kernel.org/jaegeuk/f2fs/c/82fbca2067aa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html