diff options
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-02-02 14:27:02 -0500 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-02-21 12:03:51 -0500 |
| commit | 105617da8dc0ae3cf5f5a581330b1e4846fe87f2 (patch) | |
| tree | 664d7e7ed2487b1df42cf9f2676c66f8c293e7ef /Documentation/RCU | |
| parent | 9b9ec9b90ef481e182927989963274dc2697f9a6 (diff) | |
rcu: Make documentation give more realistic rcutorture duration
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>
Diffstat (limited to 'Documentation/RCU')
| -rw-r--r-- | Documentation/RCU/torture.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/torture.txt b/Documentation/RCU/torture.txt index 01a809b1dbc6..d25be872ae33 100644 --- a/Documentation/RCU/torture.txt +++ b/Documentation/RCU/torture.txt | |||
| @@ -278,7 +278,7 @@ The following script may be used to torture RCU: | |||
| 278 | #!/bin/sh | 278 | #!/bin/sh |
| 279 | 279 | ||
| 280 | modprobe rcutorture | 280 | modprobe rcutorture |
| 281 | sleep 100 | 281 | sleep 3600 |
| 282 | rmmod rcutorture | 282 | rmmod rcutorture |
| 283 | dmesg | grep torture: | 283 | dmesg | grep torture: |
| 284 | 284 | ||
