From patchwork Tue Jul 4 19:26:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 107010 Delivered-To: patch@linaro.org Received: by 10.140.101.44 with SMTP id t41csp1341829qge; Tue, 4 Jul 2017 12:26:59 -0700 (PDT) X-Received: by 10.84.184.12 with SMTP id l12mr17943300plc.296.1499196419504; Tue, 04 Jul 2017 12:26:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1499196419; cv=none; d=google.com; s=arc-20160816; b=CR3kPIqPJEn1YzYqlnLnFt+QulYYLZFUsnmlAWkJKfphWv6BEQW8Ts2TfMKWQIKlcE gXtpNvaAl8rgWDVmCaMS6C/1DzTQ/4cMnl5bWbkJl3TfOfVo3BmP+t+17yKUJw0K5VQG lsKSVtKHf8XBVyFSXBfuNU3EuAdL5J5slCI7zcSuToQfxu+MOr/i6ZqQ3jWJhNIH+/D4 XWmvjQhoCqwwZ7NYsJ+8VKbWbotGQG6HkPgmDuGNElbw5BiMv9Tzmtr6KcdXgLJlh1+I eZarRMgeZ3RII50nYFlNw1FtmF92RLXlHTudBUUGHrLWAsHbj4UTaelFTbRYf2y00BwV b4KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:message-id:subject:cc:to:from:date :arc-authentication-results; bh=1sM0cKIYxdnNF/wRdyh0Kjl3FBKIpP4HlQmqUz0feUY=; b=wBvRKi+S86+2JYX4lTMQMk68tJQKOIVH3wb/sf/AauDzK+Vw4uZ1rMEqjKbPBvOIMN XwpokPSEOHX+MP5jgijK+zz3bEPBnHTa26XUdvsqg/8C70d0zeboX4ubmhceI8pv9FJi SyBF/eoBEFaanwX9Vm4X1N5Zfb3q9nIjITULmB2tt53p2QtI/WWCZtbo/8RAfr5uKDIN DOft2tK3VZ5Pbtyy5rsteqakwnEV5m4IFzoKKvGZLmkzm2kuEOrP71avPj8Mr+qaH8vW l/r5BdPA8KXFUbsoTxqhCXj5JovUp4lSXq3gqmTlrbZA589Q2Bwqb1wwsqE9/I0XunEl sgQQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s5si16486799plj.430.2017.07.04.12.26.59; Tue, 04 Jul 2017 12:26:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752276AbdGDT0v (ORCPT + 25 others); Tue, 4 Jul 2017 15:26:51 -0400 Received: from ms.lwn.net ([45.79.88.28]:56322 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752031AbdGDT0u (ORCPT ); Tue, 4 Jul 2017 15:26:50 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 76ED52E6; Tue, 4 Jul 2017 19:26:49 +0000 (UTC) Date: Tue, 4 Jul 2017 13:26:47 -0600 From: Jonathan Corbet To: LKML Cc: linux-doc@vger.kernel.org, "Paul E. McKenney" Subject: [PATCH] docs: Do not include from kernel/rcu/srcu.c Message-ID: <20170704132647.7aa89db8@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org That file went away with commit bd8cc5a062f4 (srcu: Remove Classic SRCU) during the 4.13 merge window, leading to errors like: Error: Cannot open file ./kernel/rcu/srcu.c during the docs build. Reported-by: Linus Torvalds Signed-off-by: Jonathan Corbet --- Probably we should really put the RCU documentation into the core-API manual, but that's a change for another day. Documentation/driver-api/basics.rst | 3 --- 1 file changed, 3 deletions(-) -- 2.9.4 Acked-by: Paul E. McKenney diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst index 472e7a664d13..ab82250c7727 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -106,9 +106,6 @@ Kernel utility functions .. kernel-doc:: kernel/sys.c :export: -.. kernel-doc:: kernel/rcu/srcu.c - :export: - .. kernel-doc:: kernel/rcu/tree.c :export: