Re: [PATCH v2 2/5] workqueue: Rename pool->watchdog_ts to pool->last_progress_ts

From: Song Liu

Date: Thu Mar 05 2026 - 12:16:48 EST


On Thu, Mar 5, 2026 at 8:16 AM Breno Leitao <leitao@xxxxxxxxxx> wrote:
>
> The watchdog_ts name doesn't convey what the timestamp actually tracks.
> This field tracks the last time a workqueue got progress.
>
> Rename it to last_progress_ts to make it clear that it records when the
> pool last made forward progress (started processing new work items).
>
> No functional change.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>

Acked-by: Song Liu <song@xxxxxxxxxx>