Re: [PATCH RFC 04/14] fs/crypto: stop setting PG_private on bounce page

Eric Biggers <[email protected]> Mon, 3 Aug 2026 11:40:20 -0700
Newsgroups org.kernel.vger.linux-fscrypt,org.kernel.vger.linux-kernel,org.kvack.linux-mm
Message-ID <20260803184020.GC2062@quark>
On Fri, Jul 31, 2026 at 10:13:27PM -0400, Zi Yan wrote:
> The point to a plaintext folio is stored in page->private and cannot be
> NULL, making PG_private redundant.
> 
> It prepares for a future commit that remove PG_private.
> 
> No funtional change intended.
> 
> Assisted-by: Claude:claude-opus-4-8
> Assisted-by: Codex:gpt-5
> Signed-off-by: Zi Yan <[email protected]>
> To: Eric Biggers <[email protected]>
> To: "Theodore Y. Ts'o" <[email protected]>
> To: Jaegeuk Kim <[email protected]>
> Cc: [email protected]
> Cc: [email protected]

Acked-by: Eric Biggers <[email protected]>

- Eric