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 28B7A3F4125 for ; Wed, 5 Aug 2026 21:21:41 +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=1785964915; cv=none; b=nLRS2UPxZgah7Vg0QKQ+obiUJPhSMaJUeskX8j4agZuDnA/mAlt8Pmu9EwKkuu1zsvh6BDdCkTaWlCOUy6aQAAvHEt8O/uB/47EJxjBMpX2UOsGR1nyvr8IIzPYnJY94Qq2Q7wMCqtNBZDuTDCPDBmFUwZW0bD7avIn+jJ1xgp0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785964915; c=relaxed/simple; bh=DAEG8Hn7dQT9541nHfGzq8vLowyL6fcrMpS9cerqUDI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=cB73rKlRYWdFuUQqj8VwDx+cjypydPVIAACEl7BmedTDu5a6yF/OOLdfPbQMFdWtQevz2gAZjqrZtJiHbY8iPbXT3bF9xA21s0eqbP/J0LXX/UDjPajEqJedYXwIoVVxaHZKd1Rovhkm+epYFLuzKaztSvA4SWCp+GHGMY45PwA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PDPoF5iT; 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="PDPoF5iT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16A201F00A3F; Wed, 5 Aug 2026 21:21:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785964900; bh=2/fM709Pg/bgckhFhH76yMCJSmUBEznqcuKehwxt5lc=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=PDPoF5iTExTBcD9oPc4sRE6CHEhDE9V/pnQd7ksRXdyiNUMneJNLLkn7Bui65pHvl ew1ofpjkF7a8GUjIiRT1AWBUBLE6OhcagcRz38srx5uNSDZZO8KfrALcHnR1Ki4ges HGACsEqYCXS0scX/d3PvTpJkfNyyD69CvvpwyHG8co4qGFP4F+O1vfAvO5CPHCuCj5 YxgEiEEzBZQRF14i34FR53gLH0rLKVbhb0Znijeo5DOU+hWiA6E0aCbdVD1qnITH7h +PqtSqvV/XZnpWNV/BxB3iak4CLqol/PVL3JpH8eTcqFoyMvTZJ9dhRPDnd8+zDEKx He1mOuK9oTHyQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 19864392FFD1; Wed, 5 Aug 2026 21:21:01 +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: avoid unnecessary shrink in f2fs_shrink_scan() From: patchwork-bot+f2fs@kernel.org Message-Id: <178596485963.530543.15398154731593436736.git-patchwork-notify@kernel.org> Date: Wed, 05 Aug 2026 21:20:59 +0000 References: <20260805122050.665256-1-chao@kernel.org> In-Reply-To: <20260805122050.665256-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, 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 Wed, 5 Aug 2026 12:20:50 +0000 you wrote: > In f2fs_shrink_scan(), let's check if we have already shrinked enough > number of memory before calling f2fs_shrink_read_extent_tree(). > > Signed-off-by: Chao Yu > --- > fs/f2fs/shrinker.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Here is the summary with links: - [f2fs-dev] f2fs: avoid unnecessary shrink in f2fs_shrink_scan() https://git.kernel.org/jaegeuk/f2fs/c/7173538c41d6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html