Re: [PATCH 03/18] hugetlb_vmemmap: Leave pages partially HVOed upon restore failure

From: James Houghton

Date: Mon Aug 24 2026 - 20:21:04 EST


On Tue, Aug 18, 2026 at 7:07 AM Catalin Marinas <catalin.marinas@xxxxxxx> wrote:
>
> 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.=

Fixed now, thanks.