diff options
author | Matthew Wilcox <willy@infradead.org> | 2017-11-24 06:57:20 +0300 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 17:45:57 +0300 |
commit | 992a8e60e3fea77c55589fc1c5af2304e78a5baa (patch) | |
tree | 9dfef3070a8cec018c95c86abeb2e4c91d7c5935 /Documentation/core-api/index.rst | |
parent | 01959dfe771c6893365482ec78dc1d9cbbbe6de8 (diff) | |
download | linux-992a8e60e3fea77c55589fc1c5af2304e78a5baa.tar.xz |
xarray: Add documentation
This is documentation on how to use the XArray, not details about its
internal implementation.
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Acked-by: Josef Bacik <jbacik@fb.com>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r-- | Documentation/core-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 26b735cefb93..df3105aa75f4 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -21,6 +21,7 @@ Core utilities local_ops workqueue genericirq + xarray flexible-arrays librs genalloc |