Re: [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

From: Jacob Pan
Date: Wed Jan 13 2016 - 12:54:21 EST


On Wed, 13 Jan 2016 11:18:31 +0100
Petr Mladek <pmladek@xxxxxxxx> wrote:

> > unsigned int __read_mostly freeze_timeout_msecs = 20 *
> > MSEC_PER_SEC;
>
> You are right. And it does not make sense to add an extra
> freezer-specific code if not really necessary.
>
> Otherwise, I will keep the conversion into the kthread worker as is
> for now. Please, let me know if you are strongly against the split
> into the two works.
I am fine with the split now.

Another question, are you planning to convert acpi_pad.c as well? It
uses kthread similar way.


Jacob