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=1.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FSL_HELO_FAKE,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT 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 D3EC8C282CE for ; Mon, 22 Apr 2019 18:03:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A42C221738 for ; Mon, 22 Apr 2019 18:03:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555956230; bh=M6dL/YeopUWZ8c0hlL99pgjzPVX4zm20D2/3pL1Vmxc=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=hV7zIaA2TQxOXm4CkPYY5bi/souiMK03gWxmTZ3/eoPWNMQ39+fqaOTiBu2UI4zNI AhSD5rVmsv99h9yDN7ZKBH2EF7aNb96bvuze8TRPzWHrQBBTH9tmVO3vWXPrpw8MWM 9qsqbzLAItBSNnjQjr+nT/GepWNy46SelzFB/bG8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728510AbfDVSDu (ORCPT ); Mon, 22 Apr 2019 14:03:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:36800 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726260AbfDVSDt (ORCPT ); Mon, 22 Apr 2019 14:03:49 -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 1B06720B1F; Mon, 22 Apr 2019 18:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555956229; bh=M6dL/YeopUWZ8c0hlL99pgjzPVX4zm20D2/3pL1Vmxc=; h=Date:From:To:Subject:References:In-Reply-To:From; b=WB57R0PM2CAL84s9Up52lNUX2jbIfGBBHqzSt4FkHbqnuHVvZw8OAOSaGpm64diRK gn8MhFggjkP0JrXZrJwfHm7iJwwQZS1dYKLho4F0C9MRAEk8q40DQVZQ07r72tiGfU bYH13Yk/H//DCuB0cu3wtnuKBTeUNGeqsih51flY= Date: Mon, 22 Apr 2019 11:03:47 -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: <20190422180346.GA22674@gmail.com> References: <20190411231630.50177-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190411231630.50177-1-ebiggers@kernel.org> 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 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