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=-0.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FSL_HELO_FAKE,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 411DEC43219 for ; Wed, 1 May 2019 00:25:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0DE9D2087B for ; Wed, 1 May 2019 00:25:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556670321; bh=cH91W4qRWYYFnp1kPrzAJ35LPXMAIxI0pKVfaW/RMmI=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=V3jx/9U5oVNTF1NJtzpP5chxPvDPxzLWiZVk7ZB6tzuYe/8HGre1Ic6IG/IgYWpRK Szo66dAwgcrJ/KwEAw5HaSdUagbDqHlQ+l9qm9JkS/VzFThhFBUzsh1l1KuDMWU9zv 0dqzsMBBHSz0tyuMBqTmwxFNk23GeYTXTyJXfNeU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727001AbfEAAZU (ORCPT ); Tue, 30 Apr 2019 20:25:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:35606 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726102AbfEAAZU (ORCPT ); Tue, 30 Apr 2019 20:25:20 -0400 Received: from gmail.com (unknown [104.132.1.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7993F20835; Wed, 1 May 2019 00:25:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556670319; bh=cH91W4qRWYYFnp1kPrzAJ35LPXMAIxI0pKVfaW/RMmI=; h=Date:From:To:Subject:References:In-Reply-To:From; b=wvNpMlZE9zdS3ts/NOcENwKIbYSr1hjqoI0vbcoS55AZmvyeENj3cZBkX4Q5XaPcg 2RAW5sEF6a/UYUJqBHltdsfmKLMCvYdCONLUpmZGGKEcxhVRvrusa2w6puceH3IW1h 9HWwZAJfhm9Xs6vOIMYvdiGnLoPjAYy0LPxpD6a8= Date: Tue, 30 Apr 2019 17:25:17 -0700 From: Eric Biggers To: linux-fsdevel@vger.kernel.org, Al Viro Subject: Re: [PATCH 0/4] vfs: update ->get_link() related documentation Message-ID: <20190501002517.GF48973@gmail.com> References: <20190411231630.50177-1-ebiggers@kernel.org> <20190422180346.GA22674@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190422180346.GA22674@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Apr 22, 2019 at 11:03:47AM -0700, Eric Biggers wrote: > On Thu, Apr 11, 2019 at 04:16:26PM -0700, Eric Biggers wrote: > > Update the documentation as per the discussion at > > https://marc.info/?t=155485312800001&r=1. > > > > Eric Biggers (4): > > Documentation/filesystems/vfs.txt: remove bogus "Last updated" date > > Documentation/filesystems/vfs.txt: document how ->i_link works > > Documentation/filesystems/Locking: fix ->get_link() prototype > > libfs: document simple_get_link() > > > > Documentation/filesystems/Locking | 2 +- > > Documentation/filesystems/vfs.txt | 8 ++++++-- > > fs/libfs.c | 14 ++++++++++++++ > > 3 files changed, 21 insertions(+), 3 deletions(-) > > > > -- > > 2.21.0.392.gf8f6787159e-goog > > > > Al, any comment on this? Will you be taking these? > > - Eric Ping?