Re: [PATCH v2 3/5] mm: add persistent huge zero folio
From: Pankaj Raghav (Samsung)
Date: Fri Aug 08 2025 - 08:48:15 EST
> + if (!get_huge_zero_folio())
> + pr_warn("Allocating static huge zero folio failed\n");
Oops, forgot to do s/static/persistent/ here.
I can fold this in the next version after receiving the comments.