summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-07 05:35:40 -0400
committerJonathan Corbet <corbet@lwn.net>2018-05-08 12:00:22 -0400
commitfe8703cc0de67695e3385ba78b5dfb1091769d50 (patch)
treee997e55e2ac5f232ed30cc75179b3095352e61a4
parent2d93404f358312c8adb0bbf975d0e30662d40c33 (diff)
docs: admin-guide: add bcache documentation
The bcache.txt is already in ReST format. So, move it to the admin guide, where it belongs. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/00-INDEX2
-rw-r--r--Documentation/admin-guide/bcache.rst (renamed from Documentation/bcache.txt)0
-rw-r--r--Documentation/admin-guide/index.rst1
3 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX
index 708dc4c166e4..53699c79ee54 100644
--- a/Documentation/00-INDEX
+++ b/Documentation/00-INDEX
@@ -64,8 +64,6 @@ auxdisplay/
64 - misc. LCD driver documentation (cfag12864b, ks0108). 64 - misc. LCD driver documentation (cfag12864b, ks0108).
65backlight/ 65backlight/
66 - directory with info on controlling backlights in flat panel displays 66 - directory with info on controlling backlights in flat panel displays
67bcache.txt
68 - Block-layer cache on fast SSDs to improve slow (raid) I/O performance.
69block/ 67block/
70 - info on the Block I/O (BIO) layer. 68 - info on the Block I/O (BIO) layer.
71blockdev/ 69blockdev/
diff --git a/Documentation/bcache.txt b/Documentation/admin-guide/bcache.rst
index c0ce64d75bbf..c0ce64d75bbf 100644
--- a/Documentation/bcache.txt
+++ b/Documentation/admin-guide/bcache.rst
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst
index cac906fb0ed0..52eb3408f9a0 100644
--- a/Documentation/admin-guide/index.rst
+++ b/Documentation/admin-guide/index.rst
@@ -60,6 +60,7 @@ configure specific aspects of kernel behavior to your liking.
60 mono 60 mono
61 java 61 java
62 ras 62 ras
63 bcache
63 pm/index 64 pm/index
64 thunderbolt 65 thunderbolt
65 LSM/index 66 LSM/index