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 181DA405C31 for ; Mon, 15 Jun 2026 15:30:12 +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=1781537413; cv=none; b=jixLJs4rlMHRPlJkewGUrH02qq37LoPwmbTKKEjU5BaFY5YGRSZEvYOJYkpUpCuPr7FtIU2mpe7bKIhDfM6BZ7kF5aPR7zjj6mvZx+mAAwWeChzN9AJ/KhOM3vUXQh+C3I79i5XU+/9KvTPxdcCJemWaMv1K0pOAB9OQjSEcWPs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781537413; c=relaxed/simple; bh=EFZIR0yplt50CyXZjCoHM35oUaJPjk2DZ0rfYJmv1gI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=lOcJTB/QilwnwYJf5jH234GaEWh8VpVVDYggAy7T5bWOfA6ORIYhuEFo88A4bUySrkIYjsIRkx0cqDzHo5LQR4CB5+7kXI6P+0ggc7QB++Whf14RK1iEdYI3VGOIBHj4/3CMCUahvXYttxtFwQ4ZnN2TW/2+JpCCIEIQvFnHsDU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hUIbyyvZ; 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="hUIbyyvZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5C011F000E9; Mon, 15 Jun 2026 15:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781537411; bh=sly67JVIDACKK9mO4yFHlEGb1Iz+P71O/3WvM+c64AU=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=hUIbyyvZOeaFNwZsOnrK9vsov7WVM5ygEn6gZ96faQ2g4HZnLDErg1cXyCE0t1bQY Zyp7BtXX0BsHhGZNFoHf8vi6aTkk6TAvUtJI2LxCriD+I/ndJZ26sytuRkl4zJWnhr xSmSsfac1QYEP0L8/hPpy/Pto6zO96wduaE9Jt4V9GUdBEXPnsvjvj6EktVSPILr5I RzFEs6lyG9N55YLnPg2t8bODaREIMEFIeJ0nQSRDHNBV0+fGLoml6UNbOaQ//Fd9k2 yQ49rZ8RMxaRROML+Dr7fNKcM39kVxfnxeWuSSz7YBCdrezPpezE+dp9sPtYdBoF0f Br0KGADx9GrYA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 567CF3811A64; Mon, 15 Jun 2026 15:30:08 +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 1/2] Revert: "f2fs: check in-memory block bitmap" From: patchwork-bot+f2fs@kernel.org Message-Id: <178153740688.3946007.6158881733258476113.git-patchwork-notify@kernel.org> Date: Mon, 15 Jun 2026 15:30:06 +0000 References: <20260522065912.1756240-1-chao@kernel.org> In-Reply-To: <20260522065912.1756240-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, william.allentx@gmail.com, linux-f2fs-devel@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 22 May 2026 14:59:11 +0800 you wrote: > Commit 355e78913c0d ("f2fs: check in-memory block bitmap") added > a mirror for valid block bitmap, it expects to detect in-memory > corruption, however we never got any reports from the check points > for almost decade, let's remove the code, it can help to save > memories. > > Cc: wallentx > Suggested-by: Jaegeuk Kim > Signed-off-by: Chao Yu > > [...] Here is the summary with links: - [f2fs-dev,1/2] Revert: "f2fs: check in-memory block bitmap" https://git.kernel.org/jaegeuk/f2fs/c/b7e85aafc96b - [f2fs-dev,2/2] Revert: "f2fs: check in-memory sit version bitmap" https://git.kernel.org/jaegeuk/f2fs/c/902d57fc5b84 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html