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 8D71F1C5D4A for ; Wed, 22 Jan 2025 21:20:12 +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=1737580812; cv=none; b=tjZpyuw6SZnOZFOJvjUSdhZb4wZXofha769siSGdYQga3jCaSslbLnpxCqcOeYN5hRqwimSgBnmKAqRuiwr9HF6YWzdo9ZHFUK+zDLHEoSYzCRrwTYmhL8vLjuoKekT3L1YYmpTVSV8t1gxmxgjUMcUk9+rDWdP1vF2XIgSKTnk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737580812; c=relaxed/simple; bh=+Q7LFwUZda3SrgpKQEAzCV4LAgsTqtdaHROntrcJtVg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=qYSuqgi8oxbYxJINehNk+WgkgZNbLGFT+HINR7KzM16Exmuux+kRGhM7X6rYlTyZ5/2f5h3aXqgMkmX3w/i/OX2h2/76zihjoY7GrJ4Usv3TVp1CXAV1EgbHHhcyG2K7Dae6i3zmIenceZKnmMV9PJm/4tciW93HYyCPhn3YwZc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lmuolhWo; 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="lmuolhWo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04DB0C4CED2; Wed, 22 Jan 2025 21:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737580812; bh=+Q7LFwUZda3SrgpKQEAzCV4LAgsTqtdaHROntrcJtVg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lmuolhWovFS7hsDSVwZGsgORqWPSNWschR3OgFn6C9g2aleJ0SKLUs+EE3QVgOO5B BrWzkTLGCP713+tPg4wzqCo5ytpbgNHjzGfxhvrXkNn3L1G2PMwPseEV9ay6oG3Ph+ kIW8WWC6RSHeWzh+l7aQAUktkPgDAeiXcSCCW5mmKfz2YlIRTf+iuRqcwwT2VDvds0 RyfF8X3ncnh/QSa+daMPbRX+q1gHVMt8eG2w8T3QuFaIc/MPtjnUJpKSBSJNtXRK8m geF0P41gQv75g+j/IAnBqafl2wikt2xgJWHGZKvBb5ZALAGkjnGECOz4eHatslWEWC eTdKbl9ExpBzQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADD7C380AA62; Wed, 22 Jan 2025 21:20:37 +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: Clean up the loop outside of f2fs_invalidate_blocks() From: patchwork-bot+f2fs@kernel.org Message-Id: <173758083652.821180.16921883379931025676.git-patchwork-notify@kernel.org> Date: Wed, 22 Jan 2025 21:20:36 +0000 References: <20250113014702.2312729-1-yi.sun@unisoc.com> In-Reply-To: <20250113014702.2312729-1-yi.sun@unisoc.com> To: Yi Sun Cc: chao@kernel.org, jaegeuk@kernel.org, Ke.Wang@unisoc.com, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, zhiguo.niu@unisoc.com, Hao_hao.Wang@unisoc.com Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 13 Jan 2025 09:47:02 +0800 you wrote: > Now f2fs_invalidate_blocks() supports a continuous range of addresses, > so the for loop can be omitted. > > Signed-off-by: Yi Sun > Signed-off-by: Zhiguo Niu > --- > fs/f2fs/file.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: Clean up the loop outside of f2fs_invalidate_blocks() https://git.kernel.org/jaegeuk/f2fs/c/6d4008dc4a8e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html