Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp490652yba; Wed, 3 Apr 2019 12:48:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqympB1p/cC0zmV8NMI4T5fH24zdBfvM9T4lrc+tuav9E/9b+vXbfK8DRoUSKzf1KvIL434l X-Received: by 2002:a63:9246:: with SMTP id s6mr1592572pgn.316.1554320910389; Wed, 03 Apr 2019 12:48:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554320910; cv=none; d=google.com; s=arc-20160816; b=bqk1O5QiK9qB6qemWkpOxPVk+vaaEZAc0VpxxUed4D7cYXDl0CY4R3TlNDlKuLime9 qW6qS5ABeQxXW5RLUpQe8YvoX2PMD1VxO/AKj4ORo0JtUuNpYCtdqqhJ1csYEkeNso35 o1z603xV7Z868/Gy6ZnDk0yxX6yU5WrzQEwKeElg/X2l+iLFcOzQlpljBOltyuAJN7NP ZD8DV9CpMApAfqyHBZOrL8X7JJKcN90XkFX0fMWBKDaonj8QhOSE1ciUw3ERfdj10XGN iKt4jE5ZHjMqmyzxqDpd8yHTC7hvplil6//9IbtyTa2nXOAFvYzrI6OTbPYF7bwt6EWk XqIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=YRK7SKolb0GB2FO4SqA20NOjr6CZrKAdZxxl9+d4Xzs=; b=RPhAqHFygCoCNNNp9Rwxu1wCmMGFGboXG92tXtN/S7Y9Kg++0NcE3TsWad1ianBMsx swlXISFvZGrmy2DOvtDHun+G9gYL7F64wGBlZLrzgv82D484lKSijkJWPbqxuhCxtE0R Ft7JDxVs050Zkzpdk0hfN3Gnsz6CtgH8qC0bdcFVN25bHRVuNqMlU+/asmoQBtaKM0Zs EPDmK5uBbAXTWnR71mM2R59tw1+cxnGe69Pe1UYIPAwDzedAjYe75vGTVjFKSnYyXrFW x2zGTvb+zY++1GMuf+hOYvZlNjkMGx/xqUy3xYtcYarMU98HnHfDFkH4He4kFy3uiXFq cyMg== 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 k22si6297076pfo.145.2019.04.03.12.48.14; Wed, 03 Apr 2019 12:48:30 -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 S1726431AbfDCTrb (ORCPT + 99 others); Wed, 3 Apr 2019 15:47:31 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:35852 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726064AbfDCTrb (ORCPT ); Wed, 3 Apr 2019 15:47:31 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1hBlqz-0007X3-3z; Wed, 03 Apr 2019 19:47:21 +0000 Date: Wed, 3 Apr 2019 20:47:21 +0100 From: Al Viro To: "Tobin C. Harding" Cc: Jonathan Corbet , "Tobin C. Harding" , Mauro Carvalho Chehab , Neil Brown , Randy Dunlap , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 00/24] Convert vfs.txt to vfs.rst Message-ID: <20190403194720.GY2217@ZenIV.linux.org.uk> References: <20190327051717.23225-1-tobin@kernel.org> <20190402094934.5b242dc0@lwn.net> <20190402164824.GK2217@ZenIV.linux.org.uk> <20190402192520.GA6285@eros.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190402192520.GA6285@eros.localdomain> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 03, 2019 at 06:25:20AM +1100, Tobin C. Harding wrote: > On Tue, Apr 02, 2019 at 05:48:24PM +0100, Al Viro wrote: > > On Tue, Apr 02, 2019 at 09:49:34AM -0600, Jonathan Corbet wrote: > > > On Wed, 27 Mar 2019 16:16:53 +1100 > > > "Tobin C. Harding" wrote: > > > > > > > Hi Al, > > > > > > > > This series converts the VFS file Documentation/filesystems/vfs.txt to > > > > reStructuredText format. Please consider taking this series through > > > > your tree as apposed to Jon's tree because this set makes a fair amount > > > > of changes to VFS files (and also the VFS tree and docs tree are out of > > > > sync right now with the recent work by Mauro and Neil). > > > > > > Al, do you have any thoughts on how you want to handle this? I was about > > > to apply Jeff Layton's vfs.txt update, but would rather not create > > > conflicts unnecessarily. Let me know if you'd like me to pick this work > > > up. > > > > Frankly, I would rather see that file be eventually replaced by something > > saner, and I'm not talking about the format. > > Are you able to extrapolate on this comment please? Is this something > someone new to the VFS (me) can do with a little nudge in the right > direction or is this something that needs thorough knowledge of the VFS? Put it that way - IMO the best way to do it is not a list of methods with explanations what each does, but a bunch of per-data structure documents describing their life cycles. The fundamental ones for VFS would be * inode * dentry * super_block * (vfs)mount * file * files_struct Having a list of methods is nice, but those would be better off with short description along with "see for details, including the locking, etc."; said short descriptions make little sense without the background...