From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E6A5EB64D7 for ; Sun, 18 Jun 2023 15:20:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229653AbjFRPT7 (ORCPT ); Sun, 18 Jun 2023 11:19:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229536AbjFRPT6 (ORCPT ); Sun, 18 Jun 2023 11:19:58 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40A44B4; Sun, 18 Jun 2023 08:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=3HBZgG4qUmAQw7rnNcqZIFMEIP1Jfb39I+CcrLvxN8s=; b=L1vaeejODXSfzgPVkMZokxyZpZ 8VFW8hL5X3zLpqTLr8cIwEaAdV9awxwfQgOINigw/grRAxCtPRdvHiiGtZr2ZZR7iR0BlxxDUtJxW t9H5BkVrr0SOQskE7UukU5tznTad0Bm9kI1SiGubKIGbsJzqmCskOW8YsYLFchnuRyF5nhhwgOKcK 0j/qF6dB9XcsYUngPkMQb93AtYqfGS2l+UwDiVGgtT65/80RP0YdYZ4LAE5tlMU1zaw5FwWkIlgQ1 9oZEpq49sCF0ciXkvWwosx5aS0HQT593OR99ehWKI23cC9HglBB5zAjSOQd8yhEK9bqzjpHMnTbZK d14RgkTg==; Received: from [2601:1c2:980:9ec0::2764] by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qAuC0-0069Pb-0L; Sun, 18 Jun 2023 15:19:52 +0000 Message-ID: Date: Sun, 18 Jun 2023 08:19:51 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH v4] docs: consolidate storage interfaces Content-Language: en-US To: Costa Shulyupin , Jonathan Corbet , linux-doc@vger.kernel.org Cc: open list References: <87h6rhoyag.fsf@meer.lwn.net> <20230618062937.481280-1-costa.shul@redhat.com> From: Randy Dunlap In-Reply-To: <20230618062937.481280-1-costa.shul@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Hi Costa, On 6/17/23 23:29, Costa Shulyupin wrote: > to make the page more organized as requested > > Signed-off-by: Costa Shulyupin > > --- > > Changes: > v4. rollback to single Storage category, add 'TCM Virtual Device' What does the TCM Virtual Device comment refer to? Otherwise LGTM. Acked-by: Randy Dunlap Thanks. > v3. add Integrity, Virtualization and Miscellaneous per Bagas Sanjaya > v2. add Core subsystems, Networking, Peripherals and Embedded > v1. add Storage category > --- > Documentation/subsystem-apis.rst | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) > > diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst > index 55c90d5383ef..b67a1b65855b 100644 > --- a/Documentation/subsystem-apis.rst > +++ b/Documentation/subsystem-apis.rst > @@ -22,6 +22,18 @@ Human interfaces > gpu/index > fb/index > > +Storage interfaces > +------------------ > + > +.. toctree:: > + :maxdepth: 1 > + > + filesystems/index > + block/index > + cdrom/index > + scsi/index > + target/index > + > **Fixme**: much more organizational work is needed here. > > .. toctree:: > @@ -31,8 +43,6 @@ Human interfaces > core-api/index > locking/index > accounting/index > - block/index > - cdrom/index > cpu-freq/index > fpga/index > i2c/index > @@ -44,7 +54,6 @@ Human interfaces > networking/index > pcmcia/index > power/index > - target/index > timers/index > spi/index > w1/index > @@ -54,12 +63,10 @@ Human interfaces > accel/index > security/index > crypto/index > - filesystems/index > mm/index > bpf/index > usb/index > PCI/index > - scsi/index > misc-devices/index > scheduler/index > mhi/index -- ~Randy