diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-04-01 20:33:43 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-04-21 19:29:19 +0300 |
commit | 14bbe3e33710be52f21d61253a94c5f44a696d02 (patch) | |
tree | 50a7a946ebb6285e75066e24f0ac7d1003d4ab32 /lib/Kconfig | |
parent | 90c165f0de3adad4719e65ab0c31d59edf5bd481 (diff) | |
download | linux-14bbe3e33710be52f21d61253a94c5f44a696d02.tar.xz |
docs: Add rbtree documentation to the core-api
This file is close enough to being in rst format that I didn't feel
the need to alter it in any way.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Michel Lespinasse <walken@google.com>
Link: https://lore.kernel.org/r/20200401173343.17472-1-willy@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 5d53f9609c25..8005e36c3459 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -427,7 +427,7 @@ config INTERVAL_TREE See: - Documentation/rbtree.txt + Documentation/core-api/rbtree.rst for more information. |