diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-18 16:29:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 08:20:26 -0400 |
commit | 39443104c7d3f2b05a4a330fbcef6da68f80d60b (patch) | |
tree | 4405b2a60e9fa358522e4b90f564b135ff638c02 /drivers/block/zram | |
parent | e0ae154404c33477473244f286b1193364144289 (diff) |
docs: blockdev: convert to ReST
Rename the blockdev documentation files to ReST, add an
index for them and adjust in order to produce a nice html
output via the Sphinx build system.
The drbd sub-directory contains some graphs and data flows.
Add those too to the documentation.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/block/zram')
-rw-r--r-- | drivers/block/zram/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/block/zram/Kconfig b/drivers/block/zram/Kconfig index 1ffc64770643..e06b99d54816 100644 --- a/drivers/block/zram/Kconfig +++ b/drivers/block/zram/Kconfig | |||
@@ -12,7 +12,7 @@ config ZRAM | |||
12 | It has several use cases, for example: /tmp storage, use as swap | 12 | It has several use cases, for example: /tmp storage, use as swap |
13 | disks and maybe many more. | 13 | disks and maybe many more. |
14 | 14 | ||
15 | See Documentation/blockdev/zram.txt for more information. | 15 | See Documentation/blockdev/zram.rst for more information. |
16 | 16 | ||
17 | config ZRAM_WRITEBACK | 17 | config ZRAM_WRITEBACK |
18 | bool "Write back incompressible or idle page to backing device" | 18 | bool "Write back incompressible or idle page to backing device" |
@@ -26,7 +26,7 @@ config ZRAM_WRITEBACK | |||
26 | With /sys/block/zramX/{idle,writeback}, application could ask | 26 | With /sys/block/zramX/{idle,writeback}, application could ask |
27 | idle page's writeback to the backing device to save in memory. | 27 | idle page's writeback to the backing device to save in memory. |
28 | 28 | ||
29 | See Documentation/blockdev/zram.txt for more information. | 29 | See Documentation/blockdev/zram.rst for more information. |
30 | 30 | ||
31 | config ZRAM_MEMORY_TRACKING | 31 | config ZRAM_MEMORY_TRACKING |
32 | bool "Track zRam block status" | 32 | bool "Track zRam block status" |
@@ -36,4 +36,4 @@ config ZRAM_MEMORY_TRACKING | |||
36 | of zRAM. Admin could see the information via | 36 | of zRAM. Admin could see the information via |
37 | /sys/kernel/debug/zram/zramX/block_state. | 37 | /sys/kernel/debug/zram/zramX/block_state. |
38 | 38 | ||
39 | See Documentation/blockdev/zram.txt for more information. | 39 | See Documentation/blockdev/zram.rst for more information. |