Re: [PATCH] Fix CFQ I/O scheduler parameter name in documentation

2015-12-10 Thread Jonathan Corbet
On Fri, 4 Dec 2015 10:10:03 +0100 Libor Pechacek wrote: > As seen in block/cfq-iosched.c, the parameter name is low_latency. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org Mor

[PATCH] Fix CFQ I/O scheduler parameter name in documentation

2015-12-04 Thread Libor Pechacek
As seen in block/cfq-iosched.c, the parameter name is low_latency. Signed-off-by: Libor Pechacek --- Documentation/block/cfq-iosched.txt | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Documentation/block/cfq-iosched.txt b/Documentation/block/cfq-iosched.txt