Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp2126690pxu; Fri, 9 Oct 2020 08:35:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwLCa47A/mR10JNJz8w9vccMChkRTHlfBz2lHwXUfx5OlfQHTlq6yu4c2mR07C1QvWcCUF/ X-Received: by 2002:a17:906:8297:: with SMTP id h23mr14320611ejx.383.1602257704916; Fri, 09 Oct 2020 08:35:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602257704; cv=none; d=google.com; s=arc-20160816; b=zrfnj1UqtvvGl+8vG3FV/5Hh5fORH9p7sY9e010nd4N7ioDWyHPZqWAxTqp1hkLvny c/4ZIevCfZEAbi8Ja+lEA88bN/xPMHtnkps/j9IwtsEze+LRtfBb6/N2moIZ1/5kKICE 7vlacWB6ILZ4QnxQujxzUZBvPU9C2ve5ar7JYw73rr4rq6j+dP0f9GuxOc9sI2uNVN2K OndX82XZ/4FChlcfcnLIMxWSmI4238kZWaxrEfNZESWFqcF9GkDqkJrW0awrxRIGGN55 RcFe7TyEapyQebtdjl6804jQ25EeROnNSZwOuIsKJjeByWHpROqPwSi+gyihS+i3nSOv au4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=xK0WeSwZOuMPSXme4qLPZP1vK6XwD2H8sFCn8mAKz48=; b=lGu2BgeDHNe3LM3DJzPTFuxCY8Lh2fzv+LdMULa8dGtN93R1XSk5YSrcAWTkZO0/+g MXEU9++OF0EdHxp4LomFZR8QKnO9P5BceGGrTtJzmxRIlQj37FgVUef70niEzbEU98rk BwrCuaMlZG1BNr3jqs1r+q4TE+Eghb2zi6K7183UnwCiBOQp3MkVZ6vcyT3/ZE64/FYj z+TQdLIW3w/ywPN7OCOjhYZLvfKcopS2QmRtQyoMij2bdJs2aGNVQ7hoh+wXB2jJMHNV /T9poDBrUj+LMvCmBFx6VVvuz8LtdGYrqp6990H2BC4WH7upJdvuIn2hvLGgpatoRysJ qKCw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b11si5785368eju.453.2020.10.09.08.34.40; Fri, 09 Oct 2020 08:35:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389274AbgJIPdl (ORCPT + 99 others); Fri, 9 Oct 2020 11:33:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388811AbgJIPdk (ORCPT ); Fri, 9 Oct 2020 11:33:40 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 999DBC0613D2; Fri, 9 Oct 2020 08:33:40 -0700 (PDT) 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 7BA9E60B; Fri, 9 Oct 2020 15:33:38 +0000 (UTC) Date: Fri, 9 Oct 2020 09:33:36 -0600 From: Jonathan Corbet To: John Hubbard Cc: Mauro Carvalho Chehab , Jan Kara , David Sterba , , LKML Subject: Re: [PATCH v2] Documentation: better locations for sysfs-pci, sysfs-tagging Message-ID: <20201009093336.0d1385cd@lwn.net> In-Reply-To: <20201009070128.118639-1-jhubbard@nvidia.com> References: <20201009070128.118639-1-jhubbard@nvidia.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Oct 2020 00:01:28 -0700 John Hubbard wrote: > sysfs-pci and sysfs-tagging were mis-filed: their locations within > Documentation/ implied that they were related to file systems. Actually, > each topic is about a very specific *use* of sysfs, and sysfs *happens* > to be a (virtual) filesystem, so this is not really the right place. > > It's jarring to be reading about filesystems in general and then come > across these specific details about PCI, and tagging...and then back to > general filesystems again. > > Move sysfs-pci to PCI, and move sysfs-tagging to networking. (Thanks to > Jonathan Corbet for coming up with the final locations.) > > Signed-off-by: John Hubbard Applied, thanks. jon