diff options
author | Christian Brauner <brauner@kernel.org> | 2024-10-01 17:04:32 +0200 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-10-01 17:04:32 +0200 |
commit | 59d39b9259e4d15b6e4c6da758ab318a76a10ca4 (patch) | |
tree | cbbc1cf4ac0f7ea64f15b0e6b713e171bc64a324 /Documentation | |
parent | f5c82730bedbc4a424cb94d2653bcb8be9dbd2ec (diff) |
Documentation: add missing folio_queue entry
Add missing folio_queue entry.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20241001133920.6e28637b@canb.auug.org.au
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'Documentation')
-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 a331d2c814f5..6a875743dd4b 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -37,6 +37,7 @@ Library functionality that is used throughout the kernel. kref cleanup assoc_array + folio_queue xarray maple_tree idr |