Re: [RFC PATCH v2 2/3] mm: Provide a function to get an additional pin on a page

From: David Howells
Date: Fri May 26 2023 - 01:51:10 EST


Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> > + if (page == ZERO_PAGE(0))
> > + return;
>
> You added that nice "is_zero_folio()", and then you did the above anyway..

Bah. Missed it because it was in a different patch.

David