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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 E40E5C433DF for ; Sat, 16 May 2020 10:53:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C2A0D20727 for ; Sat, 16 May 2020 10:53:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="OPdJwO2w" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726228AbgEPKx4 (ORCPT ); Sat, 16 May 2020 06:53:56 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:50672 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726044AbgEPKxz (ORCPT ); Sat, 16 May 2020 06:53:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589626434; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6Sgk4L76+G8NMqHYS6ddlBe3JD0wGPSl87Vyk1kROUo=; b=OPdJwO2wxM8IJNmWFz+qq5Ifmn534kfTeiCd/fhSOuzR5Vhepy2wXyfECg1vvpacmv7SRl XSrcvaF8/V8qs8s2xrRMBYFPqJzmyJJba+rS4K5d5x2VlWvnbZQ9h+QGVvM4Trv8QbfxCl VAXyevdltaHhWzVp9/lH1ObK9w53laI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-13-GcqHfzqTMWmxPdkJ6SiDpg-1; Sat, 16 May 2020 06:53:50 -0400 X-MC-Unique: GcqHfzqTMWmxPdkJ6SiDpg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BD92F1005512; Sat, 16 May 2020 10:53:48 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-112-95.rdu2.redhat.com [10.10.112.95]) by smtp.corp.redhat.com (Postfix) with ESMTP id 10CCB5C6CA; Sat, 16 May 2020 10:53:46 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <7c446f9f404135f0f4109e03646c4ce598484cae.camel@hammerspace.com> References: <7c446f9f404135f0f4109e03646c4ce598484cae.camel@hammerspace.com> To: Trond Myklebust Cc: dhowells@redhat.com, "linux-kernel@vger.kernel.org" , "linux-nfs@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "rdunlap@infradead.org" , "viro@ZenIV.linux.org.uk" , "anna.schumaker@netapp.com" Subject: Re: [PATCH -next] nfs: fsinfo: fix build when CONFIG_NFS_V4 is not enabled MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <537091.1589626426.1@warthog.procyon.org.uk> Date: Sat, 16 May 2020 11:53:46 +0100 Message-ID: <537092.1589626426@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Trond Myklebust wrote: > This whole thing needs to be reviewed and acked by the NFS community, > and quite frankly I'm inclined to NAK this. This is the second time > David tries to push this unwanted rewrite of totally unrelated code. Rewrite? What? It's example code of what NFS could export through this interface. I didn't submit it to Linus with the rest of the patches as it's only an example; same for the ext4 example. I've tried running it past you and other NFS people a couple of times to try and elicit a response and wanted to try and ask you about it at LSF:-( Anyway, I've dropped it for now. David