Skip to content

Commit fcfd734

Browse files
0x7f454c46KAGA-KOKO
authored andcommitted
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: 769071a ("ns: Introduce Time Namespace") Reported-by: Dmitry Vyukov <[email protected]> Signed-off-by: Dmitry Safonov <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b0be0ef commit fcfd734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13267,7 +13267,7 @@ S: Maintained
1326713267
F: fs/timerfd.c
1326813268
F: include/linux/timer*
1326913269
F: include/linux/time_namespace.h
13270-
F: kernel/time_namespace.c
13270+
F: kernel/time/namespace.c
1327113271
F: kernel/time/*timer*
1327213272

1327313273
POWER MANAGEMENT CORE

0 commit comments

Comments
 (0)