From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 1B82B7D90D for ; Sat, 24 Aug 2019 23:09:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728022AbfHXXJi (ORCPT ); Sat, 24 Aug 2019 19:09:38 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:48341 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727950AbfHXXJi (ORCPT ); Sat, 24 Aug 2019 19:09:38 -0400 Received: from callcc.thunk.org (guestnat-104-133-0-111.corp.google.com [104.133.0.111] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x7ON9UHx008124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 24 Aug 2019 19:09:31 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 267C242049E; Sat, 24 Aug 2019 19:09:30 -0400 (EDT) Date: Sat, 24 Aug 2019 19:09:30 -0400 From: "Theodore Y. Ts'o" To: Jonathan Corbet Cc: Andreas Dilger , Ayush Ranjan , Andreas Dilger , Ext4 Developers List , linux-doc@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH v2] Ext4 documentation fixes. Message-ID: <20190824230930.GB5163@mit.edu> Mail-Followup-To: "Theodore Y. Ts'o" , Jonathan Corbet , Andreas Dilger , Ayush Ranjan , Andreas Dilger , Ext4 Developers List , linux-doc@vger.kernel.org, Linux Kernel Mailing List References: <20190824152453.03737143@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190824152453.03737143@lwn.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sat, Aug 24, 2019 at 03:24:53PM -0600, Jonathan Corbet wrote: > I've applied this to the docs tree. > > However, Ayush: the patch was rather badly corrupted by your mail client. > I managed to fix it up, but please in the future verify that you can email > a patch to yourself and apply it before submitting it. There may be some > useful hints in Documentation/process/email-clients.rst . Hi Jon, If you haven't pushed out your doc tree, can you please drop it? I've already applied an (improved) version of this patch to the ext4 tree, and I actually have some plans to do further fixups of ext4 on-disk format documentation in the ext4 tree. So it would be easier if we keep ext4 documentation updates in the ext4 git tree. Thanks, - Ted