Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3275627yba; Mon, 8 Apr 2019 15:10:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqyRbONolLytEU8SiK4h5jOTosrUd7Z3zwZ2O9uLte9aC3FqddOSWS8MQNc6Sy2dOuior+pB X-Received: by 2002:a17:902:6949:: with SMTP id k9mr32834616plt.59.1554761447664; Mon, 08 Apr 2019 15:10:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554761447; cv=none; d=google.com; s=arc-20160816; b=acF38Z7RHmDOV+b1NaIhbSUhtEliifYbdCGDY1Rs3pe9cUwuwxq2xi5YmwubKLKn8f BtU3Ax9NbNkq74KGE1D41XFZ0m+eo+pZlXXXjMyUfovhYrqhGNlQBLtzfop13/j0tQSc +Iy2min+91tMAfmTNL67E2yG3Y6qtAYOmjGbBKvDXeQd18LLMSZuDL5/ji9DWS1alE0e kaXKuFoYLgase9YCt1+9F6EL9IjhHWRh37fqw0ufBn3nmEPfxoSxxfjKKAeMfLzHKxBJ KaTEGDpP4sjutckJngokI6Qtz/RP7T8lrtrlw8BpW8ahu3O84FIGzi7ANPZM3JVycldW nt3A== 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:references:in-reply-to:message-id:subject:cc:to:from :date; bh=DzInLbhsbwov3Xh3WFAXbILh2P1Qxc6g1pE6u+saM50=; b=r2YvF/tAcgnkz8wUArHC0O+tszyecHuD1AncPvYXH+gSgai8HH97ndlP52yl3DAdfM NYhcvr1Sf7Cueafi5/IFUirGm5LHyaP7UpxJwMh30UG5xYw+7iH7Ia/JtwmiaDM93QFz gyCLshpoHHopFajWxYUx2aZOtYidq4gs0CdFP0Kb4Sfs9vmGflp9gSararoaySaMqL+c 6+TSx4cBVRz2jSzQEAUuPgxqAts8uHQIOaEuu9x1V1c7fnVEIL+zs3383p9V5nrgqGd8 iz1aKfrHVpgrGBazRccqEqED5/4RXaEnV3EZYMj7bhivquEOoXbGamTN71pcmcOV5fmj BtWQ== 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 i69si24016257pge.560.2019.04.08.15.10.32; Mon, 08 Apr 2019 15:10:47 -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 S1726796AbfDHWFf (ORCPT + 99 others); Mon, 8 Apr 2019 18:05:35 -0400 Received: from ms.lwn.net ([45.79.88.28]:38274 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726188AbfDHWFf (ORCPT ); Mon, 8 Apr 2019 18:05:35 -0400 Received: from lwn.net (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 B55BE301; Mon, 8 Apr 2019 22:05:34 +0000 (UTC) Date: Mon, 8 Apr 2019 16:05:33 -0600 From: Jonathan Corbet To: Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= Cc: linux-doc@vger.kernel.org, Martin Kepplinger , Federico Vaga , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Documentation: kernel-docs: Remove entry for vfs.txt Message-ID: <20190408160533.709f31e3@lwn.net> In-Reply-To: <20190406101528.23500-1-j.neuschaefer@gmx.net> References: <20190406101528.23500-1-j.neuschaefer@gmx.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 6 Apr 2019 12:15:27 +0200 Jonathan Neuschäfer wrote: > It's unnecessary to point to an external mirror of the Documentation > directory. > > Jonathan Corbet writes in favor of removing this entry, instead of > moving it under "Docs at the Linux Kernel tree": > > > We don't want to turn kernel-docs.rst into yet another out-of-date > > index for the rest of Documentation/, and the removal of the external > > URL takes away the only bit of additional information that this entry > > offers. > > Signed-off-by: Jonathan Neuschäfer Applied, thanks. jon