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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT 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 004B2C282CE for ; Thu, 11 Apr 2019 23:18:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C0AE721872 for ; Thu, 11 Apr 2019 23:18:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555024712; bh=7JNEDHSFx2G2E79FALn+1EZMW1WMpZg7QNCwGNMqzsE=; h=From:To:Subject:Date:In-Reply-To:References:List-ID:From; b=ZmqQvqi7VuhpPJkRyuUmLt7B+X8XeGnsnHA3q7fDcyUxSIPCmRdQgkcLN3fR24zIq dFjF0YQlDmvKkXhEcB+GxTLXFqkPRjjMNsBWUpL0VeqFRgwFDd6at1eSLauEhXqG5y 1aJDOBvE2PqSY2JS/Fm3WPIOaQg1iiy6nTbgBpaQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726778AbfDKXSb (ORCPT ); Thu, 11 Apr 2019 19:18:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:32934 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726708AbfDKXSb (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 011882184B; 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=1555024711; bh=7JNEDHSFx2G2E79FALn+1EZMW1WMpZg7QNCwGNMqzsE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UYQUarITkcg6OU3YFgv0x4unR6FtaaZ5GlkW3o5HQnp09V3pVSYKL2NMizAjfsihj z7er1XahQGEk/JVnrjgT3ibxmwRSrh47VpRYmbI26xMWXKbuGFEV/BCXWLHcn8J452 Kct5wElJx0ZOUIbpYmMAn4pPxcd1O1ahkwjs55K8= From: Eric Biggers To: linux-fsdevel@vger.kernel.org, Al Viro Subject: [PATCH 1/4] Documentation/filesystems/vfs.txt: remove bogus "Last updated" date Date: Thu, 11 Apr 2019 16:16:27 -0700 Message-Id: <20190411231630.50177-2-ebiggers@kernel.org> X-Mailer: git-send-email 2.21.0.392.gf8f6787159e-goog In-Reply-To: <20190411231630.50177-1-ebiggers@kernel.org> References: <20190411231630.50177-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org From: Eric Biggers This file has actually been updated over 100 times since the claimed "Last updated" date. Signed-off-by: Eric Biggers --- Documentation/filesystems/vfs.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 761c6fd24a53c..33120f220f86f 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -3,8 +3,6 @@ Original author: Richard Gooch - Last updated on June 24, 2007. - Copyright (C) 1999 Richard Gooch Copyright (C) 2005 Pekka Enberg -- 2.21.0.392.gf8f6787159e-goog