Re: [PATCH 03/18] hugetlb_vmemmap: Leave pages partially HVOed upon restore failure
Catalin Marinas <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 08, 2026 at 03:11:13AM +0000, James Houghton wrote: > +static const int VMEMMAP_REMAP_INCOMPLETE = 1; Nitpick: I get it's all within a file but a static const int feels a bit weird. I'd use an enum or #define. -- Catalin