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
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