diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/Kconfig | 2 | ||||
-rw-r--r-- | block/Kconfig.iosched | 2 | ||||
-rw-r--r-- | block/bfq-iosched.c | 2 | ||||
-rw-r--r-- | block/blk-integrity.c | 2 | ||||
-rw-r--r-- | block/ioprio.c | 2 | ||||
-rw-r--r-- | block/mq-deadline.c | 2 | ||||
-rw-r--r-- | block/partitions/cmdline.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/block/Kconfig b/block/Kconfig index 56cb1695cd87..b16b3e075d31 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -110,7 +110,7 @@ config BLK_CMDLINE_PARSER | |||
110 | which don't otherwise have any standardized method for listing the | 110 | which don't otherwise have any standardized method for listing the |
111 | partitions on a block device. | 111 | partitions on a block device. |
112 | 112 | ||
113 | See Documentation/block/cmdline-partition.txt for more information. | 113 | See Documentation/block/cmdline-partition.rst for more information. |
114 | 114 | ||
115 | config BLK_WBT | 115 | config BLK_WBT |
116 | bool "Enable support for block device writeback throttling" | 116 | bool "Enable support for block device writeback throttling" |
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched index 7a6b2f29a582..b89310a022ad 100644 --- a/block/Kconfig.iosched +++ b/block/Kconfig.iosched | |||
@@ -26,7 +26,7 @@ config IOSCHED_BFQ | |||
26 | regardless of the device parameters and with any workload. It | 26 | regardless of the device parameters and with any workload. It |
27 | also guarantees a low latency to interactive and soft | 27 | also guarantees a low latency to interactive and soft |
28 | real-time applications. Details in | 28 | real-time applications. Details in |
29 | Documentation/block/bfq-iosched.txt | 29 | Documentation/block/bfq-iosched.rst |
30 | 30 | ||
31 | config BFQ_GROUP_IOSCHED | 31 | config BFQ_GROUP_IOSCHED |
32 | bool "BFQ hierarchical scheduling support" | 32 | bool "BFQ hierarchical scheduling support" |
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 |
diff --git a/block/blk-integrity.c b/block/blk-integrity.c index 825c9c070458..ca39b4624cf8 100644 --- a/block/blk-integrity.c +++ b/block/blk-integrity.c | |||
@@ -383,7 +383,7 @@ static const struct blk_integrity_profile nop_profile = { | |||
383 | * send/receive integrity metadata it must use this function to register | 383 | * send/receive integrity metadata it must use this function to register |
384 | * the capability with the block layer. The template is a blk_integrity | 384 | * the capability with the block layer. The template is a blk_integrity |
385 | * struct with values appropriate for the underlying hardware. See | 385 | * struct with values appropriate for the underlying hardware. See |
386 | * Documentation/block/data-integrity.txt. | 386 | * Documentation/block/data-integrity.rst. |
387 | */ | 387 | */ |
388 | void blk_integrity_register(struct gendisk *disk, struct blk_integrity *template) | 388 | void blk_integrity_register(struct gendisk *disk, struct blk_integrity *template) |
389 | { | 389 | { |
diff --git a/block/ioprio.c b/block/ioprio.c index 2e0559f157c8..77bcab11dce5 100644 --- a/block/ioprio.c +++ b/block/ioprio.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * | 17 | * |
18 | * ioprio_set(PRIO_PROCESS, pid, prio); | 18 | * ioprio_set(PRIO_PROCESS, pid, prio); |
19 | * | 19 | * |
20 | * See also Documentation/block/ioprio.txt | 20 | * See also Documentation/block/ioprio.rst |
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | #include <linux/gfp.h> | 23 | #include <linux/gfp.h> |
diff --git a/block/mq-deadline.c b/block/mq-deadline.c index b8a682b5a1bb..2a2a2e82832e 100644 --- a/block/mq-deadline.c +++ b/block/mq-deadline.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include "blk-mq-sched.h" | 25 | #include "blk-mq-sched.h" |
26 | 26 | ||
27 | /* | 27 | /* |
28 | * See Documentation/block/deadline-iosched.txt | 28 | * See Documentation/block/deadline-iosched.rst |
29 | */ | 29 | */ |
30 | static const int read_expire = HZ / 2; /* max time before a read is submitted. */ | 30 | static const int read_expire = HZ / 2; /* max time before a read is submitted. */ |
31 | static const int write_expire = 5 * HZ; /* ditto for writes, these limits are SOFT! */ | 31 | static const int write_expire = 5 * HZ; /* ditto for writes, these limits are SOFT! */ |
diff --git a/block/partitions/cmdline.c b/block/partitions/cmdline.c index 60fb3df9897c..f1edd5452249 100644 --- a/block/partitions/cmdline.c +++ b/block/partitions/cmdline.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * | 11 | * |
12 | * The format for the command line is just like mtdparts. | 12 | * The format for the command line is just like mtdparts. |
13 | * | 13 | * |
14 | * For further information, see "Documentation/block/cmdline-partition.txt" | 14 | * For further information, see "Documentation/block/cmdline-partition.rst" |
15 | * | 15 | * |
16 | */ | 16 | */ |
17 | 17 | ||