]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rcu: Make documentation give more realistic rcutorture duration
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 2 Feb 2012 19:27:02 +0000 (11:27 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 21 Feb 2012 17:03:51 +0000 (09:03 -0800)
The torture.txt documentation gives an example rcutorture run with a
100-second duration.  This is ridiculously short, unless maybe testing
a fix for a egregious bug.  Use a more-realistic one-hour duration for
the example.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/RCU/torture.txt

index 01a809b1dbc63608974605e9cba386c1f07c2550..d25be872ae335d6b74c6da9614012e675ff05a05 100644 (file)
@@ -278,7 +278,7 @@ The following script may be used to torture RCU:
        #!/bin/sh
 
        modprobe rcutorture
-       sleep 100
+       sleep 3600
        rmmod rcutorture
        dmesg | grep torture: