diff options
author | Dmitry Safonov <dima@arista.com> | 2020-01-27 15:37:48 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-01-28 12:08:42 +0100 |
commit | fcfd7345209210ab309f4422a308bad3e1fa6b8c (patch) | |
tree | 33bfb7a68b2c6d627c6dc4f1775531ce550f7e9f | |
parent | Merge tag 'x86-pti-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
download | linux-fcfd7345209210ab309f4422a308bad3e1fa6b8c.tar.xz linux-fcfd7345209210ab309f4422a308bad3e1fa6b8c.zip |
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@google.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200127143748.268515-1-dima@arista.com
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 141b8d3e4ca2..3a4163be98da 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 |