diff options
Diffstat (limited to 'block/bfq-iosched.c')
-rw-r--r-- | block/bfq-iosched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c index 50c9d2598500..72860325245a 100644 --- a/block/bfq-iosched.c +++ b/block/bfq-iosched.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * low-latency capabilities. BFQ also supports full hierarchical | 17 | * low-latency capabilities. BFQ also supports full hierarchical |
18 | * scheduling through cgroups. Next paragraphs provide an introduction | 18 | * scheduling through cgroups. Next paragraphs provide an introduction |
19 | * on BFQ inner workings. Details on BFQ benefits, usage and | 19 | * on BFQ inner workings. Details on BFQ benefits, usage and |
20 | * limitations can be found in Documentation/block/bfq-iosched.txt. | 20 | * limitations can be found in Documentation/block/bfq-iosched.rst. |
21 | * | 21 | * |
22 | * BFQ is a proportional-share storage-I/O scheduling algorithm based | 22 | * BFQ is a proportional-share storage-I/O scheduling algorithm based |
23 | * on the slice-by-slice service scheme of CFQ. But BFQ assigns | 23 | * on the slice-by-slice service scheme of CFQ. But BFQ assigns |