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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 58009C433E0 for ; Fri, 15 May 2020 16:35:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 33C33206C0 for ; Fri, 15 May 2020 16:35:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="c1PAr+sg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726221AbgEOQfv (ORCPT ); Fri, 15 May 2020 12:35:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726198AbgEOQfv (ORCPT ); Fri, 15 May 2020 12:35:51 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E1DFC061A0C; Fri, 15 May 2020 09:35:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=eOQ/VBa4Q42V4aV9l/Uj4hWGB9Uye9QeOmNKdZwF8Tc=; b=c1PAr+sglNmmpmO6FC92ZTX6Pw WF1050MCZGCrvS+GNEpED62uuYJvjXAXrEHaqXTmvDQqAad3IOGx8BNeQCgN+FmCd/6RhqzWi8W2k ekV1livERNWEGbLBIUkZ7qJdnzrO0gDff+l7CptvReyIenZ+Sr2YW6NEx37zO37djb4nyUzTa+u7v +nZTQDzNexI4SNxJtdKarnioPTDcAVUxTaHyUOLLNiWUDtG6ZbTfuAfUXLdmvTwULeGq5cfifUzbF pMTgCj7NYCkXVxr+Uto+DqLPGDDZDm8CZSO2MKSWQzTr4/wLI3OOW1kUYq+Scju5A8XJMP9cPy3aU fI2jSpLQ==; Received: from [2601:1c0:6280:3f0::19c2] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jZdJI-0004a7-Sp; Fri, 15 May 2020 16:35:45 +0000 Subject: Re: linux-next: Tree for May 15 (nfs/fsinfo.c) To: Trond Myklebust , "sfr@canb.auug.org.au" , "linux-next@vger.kernel.org" Cc: "linux-nfs@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "anna.schumaker@netapp.com" , Al Viro , David Howells References: <20200515224219.48a50b28@canb.auug.org.au> <129e8dee-76c3-ba9d-e692-d145653bbaaa@infradead.org> From: Randy Dunlap Message-ID: Date: Fri, 15 May 2020 09:35:43 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 5/15/20 9:32 AM, Trond Myklebust wrote: > Hi Randy, > > On Fri, 2020-05-15 at 08:28 -0700, Randy Dunlap wrote: >> On 5/15/20 5:42 AM, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20200514: >>> >>> ----------------------------------------------------------------- >>> ----------- >> >> on i386: >> >> CC fs/nfs/fsinfo.o >> ../fs/nfs/fsinfo.c: In function ‘nfs_fsinfo_get_supports’: >> ../fs/nfs/fsinfo.c:153:12: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> if (server->attr_bitmask[0] & FATTR4_WORD0_SIZE) >> ^~ >> ../fs/nfs/fsinfo.c:155:12: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> if (server->attr_bitmask[1] & FATTR4_WORD1_NUMLINKS) >> ^~ >> ../fs/nfs/fsinfo.c:158:12: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> if (server->attr_bitmask[0] & FATTR4_WORD0_ARCHIVE) >> ^~ >> ../fs/nfs/fsinfo.c:160:12: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> if (server->attr_bitmask[0] & FATTR4_WORD0_HIDDEN) >> ^~ >> ../fs/nfs/fsinfo.c:162:12: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> if (server->attr_bitmask[1] & FATTR4_WORD1_SYSTEM) >> ^~ >> ../fs/nfs/fsinfo.c: In function ‘nfs_fsinfo_get_features’: >> ../fs/nfs/fsinfo.c:205:12: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> if (server->attr_bitmask[0] & FATTR4_WORD0_CASE_INSENSITIVE) >> ^~ >> ../fs/nfs/fsinfo.c:207:13: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> if ((server->attr_bitmask[0] & FATTR4_WORD0_ARCHIVE) || >> ^~ >> ../fs/nfs/fsinfo.c:208:13: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> (server->attr_bitmask[0] & FATTR4_WORD0_HIDDEN) || >> ^~ >> ../fs/nfs/fsinfo.c:209:13: error: ‘const struct nfs_server’ has no >> member named ‘attr_bitmask’ >> (server->attr_bitmask[1] & FATTR4_WORD1_SYSTEM)) >> ^~ >> >> Full randconfig file is attached. >> > > Where is this file coming from? I'm not aware of any fs/nfs/fsinfo.c in > the current tree or in my linux-next for 5.7, and a cursory glance is > showing it up in Anna's linux-next for the 5.8 merge window. > Hi Trond, It's in today's linux-next. from David Howells. David? (added to Cc) -- ~Randy