From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934727AbeAIR62 (ORCPT + 1 other); Tue, 9 Jan 2018 12:58:28 -0500 Received: from ms.lwn.net ([45.79.88.28]:47518 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934710AbeAIR60 (ORCPT ); Tue, 9 Jan 2018 12:58:26 -0500 Date: Tue, 9 Jan 2018 10:58:23 -0700 From: Jonathan Corbet To: "Tobin C. Harding" Cc: Willem de Bruijn , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: add index entry for networking/msg_zerocopy Message-ID: <20180109105823.0b2abdd3@lwn.net> In-Reply-To: <1515202237-17214-1-git-send-email-me@tobin.cc> References: <1515202237-17214-1-git-send-email-me@tobin.cc> Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Sat, 6 Jan 2018 12:30:37 +1100 "Tobin C. Harding" wrote: > Currently msg_zerocopy is not included in any toctree. Sphinx emits a > build warning to this effect. The other three rst files in > Documentation/networking are all indexed. We can add msg_zerocopy to the > toctree to enable navigation of the document via HTML kernel docs. > > Add msg_zerocopy to the networking/ toctree. We had a bit of a race condition here, and this fix was sent in by two people. Dave Miller took the other one, so I'll drop this one. Sorry about that - thanks for the fix! jon