From 772626ecd2cd5b930fa03b4787ddf51ccf819229 Mon Sep 17 00:00:00 2001
From: Jonathan Corbet <corbet@lwn.net>
Date: Thu, 27 Jun 2019 08:35:26 -0600
Subject: [PATCH] Add the RCU docs to the core-api manual

We should really move the RCU directory there as well, but that can wait
for another day.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/core-api/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
index 2466a4c510314..322ac954b390f 100644
--- a/Documentation/core-api/index.rst
+++ b/Documentation/core-api/index.rst
@@ -35,6 +35,7 @@ Core utilities
    boot-time-mm
    memory-hotplug
    protection-keys
+   ../RCU/index
 
 
 Interfaces for kernel debugging
-- 
GitLab