diff options
author | Pragat Pandya <pragat.pandya@gmail.com> | 2020-03-03 10:33:01 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-03-10 11:33:19 -0600 |
commit | d1ce350015d86a67d245fad124e37d14b573cac2 (patch) | |
tree | 471690b4a383b3bc82eeab65db4f9bf6aeea8943 /Documentation | |
parent | fcd6807271579c377a5fc43a4dc22fdd9883ba8c (diff) | |
download | linux-d1ce350015d86a67d245fad124e37d14b573cac2.tar.gz linux-d1ce350015d86a67d245fad124e37d14b573cac2.tar.bz2 linux-d1ce350015d86a67d245fad124e37d14b573cac2.zip |
Documentation: Add io_ordering.rst to driver-api manual
Add io_ordering.rst under Documentation/driver-api and reference it from
the Sphinx TOC Tree present in Documentation/driver-api/index.rst
Signed-off-by: Pragat Pandya <pragat.pandya@gmail.com>
Link: https://lore.kernel.org/r/20200303050301.5412-3-pragat.pandya@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 | ||||
-rw-r--r-- | Documentation/driver-api/io_ordering.rst (renamed from Documentation/io_ordering.txt) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 99bdb393f475..d4e78cb3ef4d 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -80,6 +80,7 @@ available subsections can be seen below. isa isapnp io-mapping + io_ordering generic-counter lightnvm-pblk memory-devices/index diff --git a/Documentation/io_ordering.txt b/Documentation/driver-api/io_ordering.rst index 2ab303ce9a0d..2ab303ce9a0d 100644 --- a/Documentation/io_ordering.txt +++ b/Documentation/driver-api/io_ordering.rst |