linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Trond Myklebust <trondmy@hammerspace.com>,
	"sfr@canb.auug.org.au" <sfr@canb.auug.org.au>,
	"linux-next@vger.kernel.org" <linux-next@vger.kernel.org>
Cc: "linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"anna.schumaker@netapp.com" <anna.schumaker@netapp.com>,
	Al Viro <viro@ZenIV.linux.org.uk>,
	David Howells <dhowells@redhat.com>
Subject: Re: linux-next: Tree for May 15 (nfs/fsinfo.c)
Date: Fri, 15 May 2020 09:35:43 -0700	[thread overview]
Message-ID: <de201900-c2ac-bc8e-d9c1-c18331a03a7f@infradead.org> (raw)
In-Reply-To: <ef6274c2de9fcc2e1820db1ac8f0b7602a9fe6b0.camel@hammerspace.com>

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


      parent reply	other threads:[~2020-05-15 16:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-15 12:42 linux-next: Tree for May 15 Stephen Rothwell
2020-05-15 15:28 ` linux-next: Tree for May 15 (nfs/fsinfo.c) Randy Dunlap
2020-05-15 16:32   ` Trond Myklebust
2020-05-15 16:33     ` Trond Myklebust
2020-05-15 16:35     ` Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=de201900-c2ac-bc8e-d9c1-c18331a03a7f@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=anna.schumaker@netapp.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=trondmy@hammerspace.com \
    --cc=viro@ZenIV.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).