]> git.ipfire.org Git - thirdparty/linux.git/commit
timekeeping: Avoid double notification in do_adjtimex()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 May 2025 08:33:17 +0000 (10:33 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 Jun 2025 12:28:22 +0000 (14:28 +0200)
commit7e55b6ba1fe6987638160e5f8216288f38043759
tree991190eacd4c33dd1dd74f785892acedf253b8a5
parent506a54a0316ee4854b0ed113a8001477f5211d50
timekeeping: Avoid double notification in do_adjtimex()

Consolidate do_adjtimex() so that it does not notify about clock changes
twice.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250519083025.779267274@linutronix.de
kernel/time/timekeeping.c