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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 37D42C4363C for ; Mon, 21 Sep 2020 18:11:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC00422262 for ; Mon, 21 Sep 2020 18:11:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727860AbgIUSL1 (ORCPT ); Mon, 21 Sep 2020 14:11:27 -0400 Received: from verein.lst.de ([213.95.11.211]:41420 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727298AbgIUSL1 (ORCPT ); Mon, 21 Sep 2020 14:11:27 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 6C49D68AFE; Mon, 21 Sep 2020 20:11:23 +0200 (CEST) Date: Mon, 21 Sep 2020 20:11:23 +0200 From: Christoph Hellwig To: Anna Schumaker Cc: Christoph Hellwig , Trond Myklebust , Al Viro , Richard Henderson , Ivan Kokshaysky , Matt Turner , linux-alpha@vger.kernel.org, Linux Kernel Mailing List , linux-fsdevel , Linux NFS Mailing List Subject: Re: [PATCH 2/5] fs,nfs: lift compat nfs4 mount data handling into the nfs code Message-ID: <20200921181123.GA1776@lst.de> References: <20200917082236.2518236-1-hch@lst.de> <20200917082236.2518236-3-hch@lst.de> <20200917171604.GW3421308@ZenIV.linux.org.uk> <20200917171826.GA8198@lst.de> <20200921064813.GB18559@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Mon, Sep 21, 2020 at 12:05:52PM -0400, Anna Schumaker wrote: > This is for the binary mount stuff? That was already legacy code when > I first started, and mount uses text options now. My preference is for > keeping it as close to the original code as possible. Ok. Al, are you fine with the series as-is then? > > I'm curious if you've been able to test this? I'm not sure if there is > a way to force binary mount data through mount.nfs The test is pretty trivial - even the most recent nfsutils supports the binary mount data. You just need to patch out the detection for a modern kernel.