]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
workqueue: Rename pool->watchdog_ts to pool->last_progress_ts
authorBreno Leitao <leitao@debian.org>
Thu, 5 Mar 2026 16:15:38 +0000 (08:15 -0800)
committerTejun Heo <tj@kernel.org>
Thu, 5 Mar 2026 17:26:59 +0000 (07:26 -1000)
commit6037160e52d72028da68546fd270a7dcac130d85
tree198299e62ff289010d58ed716f967822679c880c
parentf42f9091be9e5ff57567a3945cfcdd498f475348
workqueue: Rename pool->watchdog_ts to pool->last_progress_ts

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@debian.org>
Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c