aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2014-07-03 15:08:00 -0700
committerPaul E. McKenney <[email protected]>2014-07-08 13:47:17 -0700
commit34e2d560bcdd639717367a570063011ae74b6782 (patch)
treee231beb9bb11774e8b3e695270b70f93ffd0d19d
parentab0afd6c24948e1f261adf510408824c793c1206 (diff)
rcu: Update rcu torture maintainership filename patterns
Commit 51b1130eb582 ("rcutorture: Abstract rcu_torture_random()") moved the file, so this commit updates the patterns. Signed-off-by: Joe Perches <[email protected]> cc: "Paul E. McKenney" <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
-rw-r--r--MAINTAINERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 922661d17083..4619a91d5d8f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7401,7 +7401,7 @@ L: [email protected]
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
F: Documentation/RCU/torture.txt
-F: kernel/rcu/torture.c
+F: kernel/rcu/rcutorture.c
RCUTORTURE TEST FRAMEWORK
M: "Paul E. McKenney" <[email protected]>
@@ -7445,7 +7445,7 @@ X: Documentation/RCU/torture.txt
F: include/linux/rcu*
X: include/linux/srcu.h
F: kernel/rcu/
-X: kernel/rcu/torture.c
+X: kernel/torture.c
REAL TIME CLOCK (RTC) SUBSYSTEM
M: Alessandro Zummo <[email protected]>