From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755411AbeAIUYT (ORCPT + 1 other); Tue, 9 Jan 2018 15:24:19 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:36223 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752832AbeAIUXU (ORCPT ); Tue, 9 Jan 2018 15:23:20 -0500 X-ME-Sender: Date: Wed, 10 Jan 2018 07:23:15 +1100 From: "Tobin C. Harding" To: Jonathan Corbet 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: <20180109202315.GB2371@eros> References: <1515202237-17214-1-git-send-email-me@tobin.cc> <20180109105823.0b2abdd3@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180109105823.0b2abdd3@lwn.net> X-Mailer: Mutt 1.5.24 (2015-08-30) User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 09, 2018 at 10:58:23AM -0700, Jonathan Corbet wrote: > 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! No worries, just good to see it fixed - one less docs build warning. thanks, Tobin.