Skip to content

Commit dcaf9d3

Browse files
Nicolas FrattaroliJonathan Corbet
authored andcommitted
docs: document linked lists
Add example-driven documentation for the kernel's generic linked list data structure. This includes discussion of situations where linked lists are likely inappropriate, and references to further reading. Signed-off-by: Nicolas Frattaroli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 39e39af commit dcaf9d3

File tree

3 files changed

+777
-6
lines changed

3 files changed

+777
-6
lines changed

Documentation/core-api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Library functionality that is used throughout the kernel.
5454
union_find
5555
min_heap
5656
parser
57+
list
5758

5859
Low level entry and exit
5960
========================

Documentation/core-api/kernel-api.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ The Linux Kernel API
33
====================
44

55

6-
List Management Functions
7-
=========================
8-
9-
.. kernel-doc:: include/linux/list.h
10-
:internal:
11-
126
Basic C Library Functions
137
=========================
148

0 commit comments

Comments
 (0)