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 X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B0AEC34047 for ; Wed, 19 Feb 2020 09:51:24 +0000 (UTC) Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EE5082464E for ; Wed, 19 Feb 2020 09:51:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sourceforge.net header.i=@sourceforge.net header.b="nV2MGYTw"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sf.net header.i=@sf.net header.b="dn7F+f58" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE5082464E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-f2fs-devel-bounces@lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1j4M0n-0006DS-MZ; Wed, 19 Feb 2020 09:51:21 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1j4M0m-0006DC-Rw; Wed, 19 Feb 2020 09:51:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version :References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=g7qX9mp4oJ6yBemyXwClHjkdSOM0BIl1OFgwFQscLhE=; b=nV2MGYTw9sbkrW+uQYhKOyngqj 7u0fIWrm3rCmZ3ILPlVEyGlug4VXoosCMSPKIG1LrYaWKGecf1mQloix3rIS6A7oV9g/Sq4v8HMlz JgFhN/e0CEcKbccKiFuiFeZdt0e2hyUsqdBFkvtA7ms+V2FiqSQO3gLzOTMraCAaLLSM=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=g7qX9mp4oJ6yBemyXwClHjkdSOM0BIl1OFgwFQscLhE=; b=dn7F+f58kGupgOx4WB/VoysL+4 8hVoOBydzFRUa5aYoHnvdVUwGyro81QZHN68ccEfKDOc42rj28sPNovB7/WT2We+XaKRyuOAvO387 JTcM9zAEU0mxKqE4emHZ66gAaHOF9YwbK3YqF9zeT+DbR7k6UEZKxXwib5jknBLKlzmM=; Received: from ms.lwn.net ([45.79.88.28]) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1j4M0k-00858p-3W; Wed, 19 Feb 2020 09:51:20 +0000 Received: from localhost.localdomain (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 558BA2DC; Wed, 19 Feb 2020 09:32:40 +0000 (UTC) Date: Wed, 19 Feb 2020 02:32:34 -0700 From: Jonathan Corbet To: Mauro Carvalho Chehab Message-ID: <20200219023234.7b704acb@lwn.net> In-Reply-To: <20200218110406.098fdc09@kernel.org> References: <20200218040146.GM7778@bombadil.infradead.org> <20200218110406.098fdc09@kernel.org> Organization: LWN.net X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Headers-End: 1j4M0k-00858p-3W Subject: Re: [f2fs-dev] [PATCH 00/44] Manually convert filesystem FS documents to ReST X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Latchesar Ionkov , Martin Brandenburg , Jan Kara , Linux Doc Mailing List , Dominique Martinet , Amir Goldstein , Bob Copeland , David Howells , Chris Mason , linux-mtd@lists.infradead.org, Ilya Dryomov , linux-afs@lists.infradead.org, Mike Marshall , Naohiro Aota , Christoph Hellwig , linux-nilfs@vger.kernel.org, Andreas Gruenbacher , Sage Weil , Richard Weinberger , Matthew Wilcox , Tyler Hicks , cluster-devel@redhat.com, v9fs-developer@lists.sourceforge.net, Gao Xiang , linux-ext4@vger.kernel.org, Salah Triki , Alexey Dobriyan , devel@lists.orangefs.org, Eric Van Hensbergen , ecryptfs@vger.kernel.org, Josef Bacik , Bob Peterson , "Tigran A. Aivazian" , David Sterba , Jaegeuk Kim , ceph-devel@vger.kernel.org, Ryusuke Konishi , Anton Altaparmakov , Damien Le Moal , Luis de Bethencourt , Nicolas Pitre , linux-ntfs-dev@lists.sourceforge.net, Jeff Layton , linux-f2fs-devel@lists.sourceforge.net, ocfs2-devel@oss.oracle.com, Jan Kara , linux-fsdevel@vger.kernel.org, Phillip Lougher , Johannes Thumshirn , linux-erofs@lists.ozlabs.org, linux-karma-devel@lists.sourceforge.net, linux-btrfs@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Tue, 18 Feb 2020 11:04:06 +0100 Mauro Carvalho Chehab wrote: > Then, do a second pass at files outside the new directories (like > admin-guide), in order to better organize things, eventually splitting > some files into kAPI, uAPI and/or admin-guide. I'm looking forward to this phase! Yes it is harder, and it often requires selling the idea to skeptical maintainers. But that is how, IMO, we get from where we're at now to something closer to a set of coherent kernel docs. Thanks, jon _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel