diff options
Diffstat (limited to 'Documentation/block/ioprio.txt')
-rw-r--r-- | Documentation/block/ioprio.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/block/ioprio.txt b/Documentation/block/ioprio.txt index 96ccf681075e..1b930ef5a079 100644 --- a/Documentation/block/ioprio.txt +++ b/Documentation/block/ioprio.txt | |||
@@ -6,10 +6,10 @@ Intro | |||
6 | ----- | 6 | ----- |
7 | 7 | ||
8 | With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io | 8 | With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io |
9 | priorities is supported for reads on files. This enables users to io nice | 9 | priorities are supported for reads on files. This enables users to io nice |
10 | processes or process groups, similar to what has been possible to cpu | 10 | processes or process groups, similar to what has been possible with cpu |
11 | scheduling for ages. This document mainly details the current possibilites | 11 | scheduling for ages. This document mainly details the current possibilities |
12 | with cfq, other io schedulers do not support io priorities so far. | 12 | with cfq; other io schedulers do not support io priorities thus far. |
13 | 13 | ||
14 | Scheduling classes | 14 | Scheduling classes |
15 | ------------------ | 15 | ------------------ |