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 5F05B2D481F for ; Mon, 24 Nov 2025 18:50:48 +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=1764010248; cv=none; b=o48jduHmFlXQk46uBgFZ2EMY2BQUBq4mQWjoAYsgB38BOo8oo+TQWUperj7r5p8Pe1iyaxsvlXEiW36zlk9glT/O/7jltxf5FXFpyRTj2Ac7gAoGy3khvRL9y+zBQpqSUUK5Vs5O3UKy68JEwlXar7effEwfakWxyQLL5K/jLg8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764010248; c=relaxed/simple; bh=81TwqGSrD3HsK2AoJY51n9CmO/PS/aw8f2nlNC3KZZ8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Ny2sQosAfvY7uE5s+tNU1vPX9rloQwKZTjotls4VkzfJxq7EBgPB89mkibSY5OeRc9lT/69pGNza7cVi+8ZDS6g1E+aHpRS7ibgorD8+FgjoxuasGFTZFChCiQ0/jMLTjArYih9lApiCfGdqcXbm4WWyZDHTfzYSHoPLn2kJoDU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i0gasd8G; 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="i0gasd8G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FF38C4CEF1; Mon, 24 Nov 2025 18:50:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764010248; bh=81TwqGSrD3HsK2AoJY51n9CmO/PS/aw8f2nlNC3KZZ8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=i0gasd8GqrySZW6rfBjapTghq6KZgo9Jz+4nchNC9Mk01pi0MdktsrARWfILKirLA 3WjnHBUe11Ygg7y1UWjwapWD7Sd+inVmoKARzzTgGZ6VB+QhfX/16p1Sb1uK2TY3sb kh9lnY6mUIQxcxJKq0554hK5F3rIi6i59WEITMzKqMxR8gcSH5BLBPxW60iLlU2TLW 0UFXW266dlYt31XqMXIAWv4qqmXor3C87M0uQBRP4xJgG75ZiE5UN2VeAblSqegoqq CrKwvStTUSBNXwEDPF8XYLi0B/dACBo09ynJm3zJe5a5fzPazZlaSdRQf/TVaWRXLg g+4xaWFXspVMw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 70EC23A86296; Mon, 24 Nov 2025 18:50:12 +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 v2 1/3] f2fs: use memalloc_retry_wait() as much as possible From: patchwork-bot+f2fs@kernel.org Message-Id: <176401021111.42009.2835774626378827103.git-patchwork-notify@kernel.org> Date: Mon, 24 Nov 2025 18:50:11 +0000 References: <20251112014749.2006439-1-chao@kernel.org> In-Reply-To: <20251112014749.2006439-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 Nov 2025 09:47:47 +0800 you wrote: > memalloc_retry_wait() is recommended in memory allocation retry logic, > use it as much as possible. > > Signed-off-by: Chao Yu > --- > use memalloc_retry_wait() instead of f2fs_io_schedule_timeout() > fs/f2fs/segment.c | 2 +- > fs/f2fs/super.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [f2fs-dev,v2,1/3] f2fs: use memalloc_retry_wait() as much as possible https://git.kernel.org/jaegeuk/f2fs/c/00e24c488596 - [f2fs-dev,v2,2/3] f2fs: introduce f2fs_schedule_timeout() https://git.kernel.org/jaegeuk/f2fs/c/517eb4747ad8 - [f2fs-dev,v2,3/3] f2fs: change default schedule timeout value https://git.kernel.org/jaegeuk/f2fs/c/2f4c126cc08b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html