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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 7FF4EC432BE for ; Thu, 2 Sep 2021 07:22:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C0F36108B for ; Thu, 2 Sep 2021 07:22:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243065AbhIBHXI (ORCPT ); Thu, 2 Sep 2021 03:23:08 -0400 Received: from verein.lst.de ([213.95.11.211]:50219 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233163AbhIBHXI (ORCPT ); Thu, 2 Sep 2021 03:23:08 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C9A746736F; Thu, 2 Sep 2021 09:22:08 +0200 (CEST) Date: Thu, 2 Sep 2021 09:22:08 +0200 From: Christoph Hellwig To: NeilBrown Cc: Chuck Lever III , Bruce Fields , Linux NFS Mailing List , Christoph Hellwig Subject: Re: [PATCH 2/3 v3] NFSD: drop support for ancient filehandles Message-ID: <20210902072208.GB13773@lst.de> References: <163054528774.24419.6639477440713170169@noble.neil.brown.name> <163054532947.24419.15934648756713210376@noble.neil.brown.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <163054532947.24419.15934648756713210376@noble.neil.brown.name> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Thu, Sep 02, 2021 at 11:15:29AM +1000, NeilBrown wrote: > > Filehandles not in the "new" or "version 1" format have not been handed > out for new mounts since Linux 2.4 which was released 20 years ago. > I think it is safe to say that no such file handles are still in use, > and that we can drop support for them. Looks good, Reviewed-by: Christoph Hellwig