aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RCU/rculist_nulls.txt
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2019-07-22 13:51:20 -0600
committerJonathan Corbet <corbet@lwn.net>2019-07-22 13:51:20 -0600
commit48ffc3d12b55bed8d9452a89bc13de4864dc3106 (patch)
treec84a70ad0f1391f483c5bde738155be8fff6a692 /Documentation/RCU/rculist_nulls.txt
parentdoc:it_IT: rephrase statement (diff)
parentdocs: load_config.py: ensure subdirs end with "/" (diff)
downloadlinux-dev-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.xz
linux-dev-48ffc3d12b55bed8d9452a89bc13de4864dc3106.zip
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro
Bring in a set of post-thrashup fixes from Mauro.
Diffstat (limited to 'Documentation/RCU/rculist_nulls.txt')
-rw-r--r--Documentation/RCU/rculist_nulls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/rculist_nulls.txt b/Documentation/RCU/rculist_nulls.txt
index 8151f0195f76..23f115dc87cf 100644
--- a/Documentation/RCU/rculist_nulls.txt
+++ b/Documentation/RCU/rculist_nulls.txt
@@ -1,7 +1,7 @@
Using hlist_nulls to protect read-mostly linked lists and
objects using SLAB_TYPESAFE_BY_RCU allocations.
-Please read the basics in Documentation/RCU/listRCU.txt
+Please read the basics in Documentation/RCU/listRCU.rst
Using special makers (called 'nulls') is a convenient way
to solve following problem :