From patchwork Thu Apr 11 23:16:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Biggers X-Patchwork-Id: 10897047 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B00A5922 for ; Thu, 11 Apr 2019 23:18:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 900CB28E1C for ; Thu, 11 Apr 2019 23:18:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8370028E1E; Thu, 11 Apr 2019 23:18:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2D43428E1C for ; Thu, 11 Apr 2019 23:18:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726770AbfDKXSb (ORCPT ); Thu, 11 Apr 2019 19:18:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:32932 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726646AbfDKXSb (ORCPT ); Thu, 11 Apr 2019 19:18:31 -0400 Received: from ebiggers-linuxstation.mtv.corp.google.com (unknown [104.132.1.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B4CA320850; Thu, 11 Apr 2019 23:18:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555024710; bh=r8vJkvZsUtv33WWrQJuuqdeY1xSFYcg8RgNhAW1uN/w=; h=From:To:Subject:Date:From; b=NDUf3ZhJw4rKs+TB2LzDIenNi5gNiFScHMGCoWjMxj/0YX99Y6J7xZ9VHGLmCzlqD +c8SaPZvPJzPWYK3j8rSBQ7RFqUDvFhLlu8jucnNSP+5Kd+2J+rq4fBm7eI83L6Ld2 7l6jZwhw5ZC5Tfhi1oFh3BxD9Sk/FGZUZJZEzgjA= From: Eric Biggers To: linux-fsdevel@vger.kernel.org, Al Viro Subject: [PATCH 0/4] vfs: update ->get_link() related documentation Date: Thu, 11 Apr 2019 16:16:26 -0700 Message-Id: <20190411231630.50177-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.21.0.392.gf8f6787159e-goog MIME-Version: 1.0 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)