diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2020-04-26 23:14:29 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-05-05 09:55:58 -0600 |
commit | 649f9cf5f5964a9b26d8407289c356624652162a (patch) | |
tree | 14a935e54da8ae0cb4afcd5370810423a1b404ab /Documentation/locking | |
parent | d75829c182609f9cc6ebdbab486500f638a871df (diff) | |
download | linux-649f9cf5f5964a9b26d8407289c356624652162a.tar.gz linux-649f9cf5f5964a9b26d8407289c356624652162a.tar.bz2 linux-649f9cf5f5964a9b26d8407289c356624652162a.zip |
doc:locking: remove info about old behavior of locktorture
It is not useful to know what was the default at some point in the
past: remove the information.
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Link: https://lore.kernel.org/r/20200426211429.29133-1-federico.vaga@vaga.pv.it
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/locking')
-rw-r--r-- | Documentation/locking/locktorture.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/locktorture.rst b/Documentation/locking/locktorture.rst index 5bcb99ba7bd9..8012a74555e7 100644 --- a/Documentation/locking/locktorture.rst +++ b/Documentation/locking/locktorture.rst @@ -110,7 +110,7 @@ stutter same period of time. Defaults to "stutter=5", so as to run and pause for (roughly) five-second intervals. Specifying "stutter=0" causes the test to run continuously - without pausing, which is the old default behavior. + without pausing. shuffle_interval The number of seconds to keep the test threads affinitied |