diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-01 18:37:52 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-05-15 21:02:19 +0300 |
commit | 1ac00669c35e02c3ce3a5f7c02e65ac6edca6595 (patch) | |
tree | ffa7545b68c4e9a8b8147331ca473fbe9122860d /Documentation/core-api/index.rst | |
parent | e00b0ab86c79c4e82eb821ac6d6a3daef2e3e600 (diff) | |
download | linux-1ac00669c35e02c3ce3a5f7c02e65ac6edca6595.tar.xz |
docs: move the kref doc into the core-api book
This document covers core kernel objects. So, add it into the core-api
book.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/f385af13b4a6d3ff8c89beedd4506900e79ca72e.1588345503.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 0caaed576225..15ab86112627 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -31,6 +31,7 @@ Library functionality that is used throughout the kernel. :maxdepth: 1 kobject + kref assoc_array xarray idr |