[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <158020997595.396.4728433356571662875.tip-bot2@tip-bot2>
Date: Tue, 28 Jan 2020 11:12:55 -0000
From: "tip-bot2 for Dmitry Safonov" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Dmitry Vyukov <dvyukov@...gle.com>,
Dmitry Safonov <dima@...sta.com>,
Thomas Gleixner <tglx@...utronix.de>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: timers/urgent] MAINTAINERS: Correct path to time namespace source file
The following commit has been merged into the timers/urgent branch of tip:
Commit-ID: fcfd7345209210ab309f4422a308bad3e1fa6b8c
Gitweb: https://git.kernel.org/tip/fcfd7345209210ab309f4422a308bad3e1fa6b8c
Author: Dmitry Safonov <dima@...sta.com>
AuthorDate: Mon, 27 Jan 2020 14:37:48
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Tue, 28 Jan 2020 12:08:42 +01:00
MAINTAINERS: Correct path to time namespace source file
According to reviews, Time Namespace source was moved from
kernel/time_namespace.c to kernel/time/namespace.c between patchset
versions, while the path in MAINTERNERS file wasn't adjusted properly.
Correct it, so get_maintainer.pl produces a correct emails list again.
Fixes: 769071ac9f20 ("ns: Introduce Time Namespace")
Reported-by: Dmitry Vyukov <dvyukov@...gle.com>
Signed-off-by: Dmitry Safonov <dima@...sta.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/r/20200127143748.268515-1-dima@arista.com
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 141b8d3..3a4163b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13267,7 +13267,7 @@ S: Maintained
F: fs/timerfd.c
F: include/linux/timer*
F: include/linux/time_namespace.h
-F: kernel/time_namespace.c
+F: kernel/time/namespace.c
F: kernel/time/*timer*
POWER MANAGEMENT CORE
Powered by blists - more mailing lists