2020-04-26 21:17:14

by Federico Vaga

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
Documentation/locking/locktorture.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.25.4


2020-05-05 15:58:04

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] doc:locking: remove info about old behavior of locktorture

On Sun, 26 Apr 2020 23:14:29 +0200
Federico Vaga <[email protected]> wrote:

> It is not useful to know what was the default at some point in the
> past: remove the information.
>
> Signed-off-by: Federico Vaga <[email protected]>
> ---
> Documentation/locking/locktorture.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.

Sure...applied, thanks.

jon