On Mon, Apr 13, 2026 at 03:20:26PM -0400, Zi Yan wrote:
> +     /* order-1 is not supported for anonymous THP. */

It's also not supported for file folios, right?  Or do we just skip
adding order-1 file folios to the deferred split list?  Either way,
we need to correct _something_, whether it's the code or the comment.

> +     if (folio_test_anon(folio) && new_order == 1)
> +             return -EINVAL;

Reply via email to