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

From: Catalin Marinas

Date: Tue Aug 18 2026 - 10:13:07 EST


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