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 96A843D5F4B for ; Thu, 22 Jan 2026 23:50: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=1769125812; cv=none; b=AmTLNYv29TDjZ8Zdu3W5xHFB1Q2HLfoVPp22y+Xr3T3hy7yPM0Gqfwk+CpzJ6yE7mJLgHsdIKi6SaKjvnJAtQWooZ/BggtZfN/i6ZZblcCpibl+Yfs4TkZV+2HA41mT98XL9s3h/Vwf3eDF76D3P2/T79L9ryaq+7GbRhG78g3E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769125812; c=relaxed/simple; bh=AWBQpkCriEc5+GOtzh+lOpHnGtzERudcJ/fyebKhid8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=hk3z4DHQvCN88SaGHiJ3eaENW7L8gNDRHA6sPsYLTY0YafN0LCLl3lVxr28U65If544C043Xdx+v/l/ijFUUkIhUXXkogm/vE4tj6dyTydjwzCqv6DBtkm6Qyfcv5PHWVHe40OiGtXoEvsUtemVxNB3/N/XcPy7WNHRMqrDFWJo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DTnAnw7X; 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="DTnAnw7X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6D90C19422; Thu, 22 Jan 2026 23:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769125811; bh=AWBQpkCriEc5+GOtzh+lOpHnGtzERudcJ/fyebKhid8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DTnAnw7XpAp7Vq/1gU/hZ23mBAL70nSfFpVw/S3uNeI44+r1KBvVMBa0F8AFpyuGF Y7d47niu1UC6YJamyhdBBhavyiuqrWmDnm3TU/UGb4HELQnw9gBcDjVHWXF5FtKT4G cgrAJbQunyUzAvmU+VR2M5quQdamC6S+P5295Ni4TS5dF9KQkV8Io146aTAJbcysZF I2A6MPRIigZNGc4eEGmOVCVclmtkts5mnXGLiB/XBN5fhLA/44V7McdyNvWARWEzXd qjN0pMbvPZIRACDoQyuOg7RWFVrC133yYqy4eQBPLD2PH/eZHmw8SbdUxqqRne3bv0 H4PyC36HUQDxA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 4E9DC3808200; Thu, 22 Jan 2026 23:50:09 +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] f2fs: fix error path handling in f2fs_read_data_large_folio() From: patchwork-bot+f2fs@kernel.org Message-Id: <176912580809.2327822.9286028451084853696.git-patchwork-notify@kernel.org> Date: Thu, 22 Jan 2026 23:50:08 +0000 References: <20260116062927.21725-1-chao@kernel.org> In-Reply-To: <20260116062927.21725-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 Fri, 16 Jan 2026 14:29:27 +0800 you wrote: > In error path of f2fs_read_data_large_folio(), if bio is valid, it > may submit bio twice, fix it. > > Signed-off-by: Chao Yu > --- > v2: > - rebase the code > fs/f2fs/data.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Here is the summary with links: - [f2fs-dev,v2] f2fs: fix error path handling in f2fs_read_data_large_folio() https://git.kernel.org/jaegeuk/f2fs/c/fe15bc3d447c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html