Re: [PATCH v10 07/13] khugepaged: skip collapsing mTHP to smaller orders

From: Steven Rostedt
Date: Thu Aug 21 2025 - 12:59:35 EST


On Thu, 21 Aug 2025 13:05:42 +0100
Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> wrote:

> > + /*
> > + * TODO: In some cases of partially-mapped folios, we'd actually
> > + * want to collapse.
> > + */
>
> Not a fan of adding todo's in code, they have a habit of being left forever.

It's a way to make the developer more depressed by reminding them that they
will never be able to complete their TODO list :-p

Personally, I enjoy the torture of these comments in the code ;-)

-- Steve