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 BA5C83EDE4D for ; Wed, 5 Aug 2026 21:21:34 +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=1785964902; cv=none; b=luXzBC5SxmDiIcW+OCK9z32B2oTVxD4DJIGFBWUAqT2CfeK7u1SYWlpCSxVnwBR+QLKUfs5GgdPnrJEjT9saVsHaXq6CAmwxqMdoxlwZfqqvf/v4z/xXN+jLjjYcoBzPZO238d2NmPZNG2JaHqLmbTILtpan3V9mDsyeAg3sFJw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785964902; c=relaxed/simple; bh=Up0T0DaPr0PE0B3udC7VAoaWcCuQKDMqvYAMn9jv6ig=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=T6GGW6A+TMJUA2bg7rPrb4auPYd41P5DL8cyv9FbFe2n8nusm5j+fbg18caQHDJpyjqFd9HBGExnpC5a0M/REp4+CPfO9JMcN0wx4+tocMx5532nryA0RRpw7iMJImgknQcMgketPtBQlOQYEwAU1cQKlZV6+JUto2+TAEY6ZaQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oKc8Fb+c; 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="oKc8Fb+c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FC381F00A3A; Wed, 5 Aug 2026 21:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785964892; bh=DiqmMNgl+BWvw+VbCGNinDS1ca+U7+/tJt3PS4C8gII=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=oKc8Fb+cUIoXxS72W70nyN9jzGqDLKDatrgZBzmobLozwPwb1b8oa3EXNYgpet2p1 i9q6j+S2mP2s12FcmO4vNSZCEFEFWmXnVTzYnCsEdnfO7gGbs+VjJ8dCW0UhGFHe/R G6YiWVB/Jt3IRy3+RSWfGxzJpggLIlEA3hztngrZOh9TsHm0JcdaqoUbrYmUoE2a/z eIgBXFCV8Vex6uUqWIgQjSP6anygrDoBaQ0th8oWojziYjxcjmSfeGGRWGZSUL1VhF b4xtDZt1tDmcTuUptbJFGJjoRavjYEEI2iUbZw9DqLBUObqKmZEP43JQOiamF9uOFK d5OTlYXMbPAGQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93920392FFD1; Wed, 5 Aug 2026 21:20:53 +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: fix to return -EFSCORRUPTED in f2fs_get_node_info() correctly From: patchwork-bot+f2fs@kernel.org Message-Id: <178596485213.530543.10143463929977159330.git-patchwork-notify@kernel.org> Date: Wed, 05 Aug 2026 21:20:52 +0000 References: <20260805122008.664576-1-chao@kernel.org> In-Reply-To: <20260805122008.664576-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, stable@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:08 +0000 you wrote: > Otherwise, it will cache wrong nat info in cache. > > Cc: stable@kernel.org > Fixes: 3cb396a2c790 ("f2fs: fix to do sanity check on nat entry of quota inode") > Signed-off-by: Chao Yu > --- > fs/f2fs/node.c | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [f2fs-dev] f2fs: fix to return -EFSCORRUPTED in f2fs_get_node_info() correctly https://git.kernel.org/jaegeuk/f2fs/c/026d7aeadf27 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html