linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for May 15 (nfs/fsinfo.c)
       [not found] ` <129e8dee-76c3-ba9d-e692-d145653bbaaa@infradead.org>
@ 2020-05-15 16:32   ` Trond Myklebust
  2020-05-15 16:33     ` Trond Myklebust
  2020-05-15 16:35     ` Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Trond Myklebust @ 2020-05-15 16:32 UTC (permalink / raw)
  To: sfr, linux-next, rdunlap; +Cc: linux-nfs, linux-kernel, anna.schumaker

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.

-- 
Trond Myklebust
Linux NFS client maintainer, Hammerspace
trond.myklebust@hammerspace.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for May 15 (nfs/fsinfo.c)
  2020-05-15 16:32   ` linux-next: Tree for May 15 (nfs/fsinfo.c) Trond Myklebust
@ 2020-05-15 16:33     ` Trond Myklebust
  2020-05-15 16:35     ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Trond Myklebust @ 2020-05-15 16:33 UTC (permalink / raw)
  To: sfr, linux-next, rdunlap; +Cc: linux-nfs, linux-kernel, anna.schumaker

On Fri, 2020-05-15 at 16:32 +0000, 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.

...is not showing it up in Anna's linux-next.


-- 
Trond Myklebust
Linux NFS client maintainer, Hammerspace
trond.myklebust@hammerspace.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for May 15 (nfs/fsinfo.c)
  2020-05-15 16:32   ` linux-next: Tree for May 15 (nfs/fsinfo.c) Trond Myklebust
  2020-05-15 16:33     ` Trond Myklebust
@ 2020-05-15 16:35     ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-05-15 16:35 UTC (permalink / raw)
  To: Trond Myklebust, sfr, linux-next
  Cc: linux-nfs, linux-kernel, anna.schumaker, Al Viro, David Howells

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-15 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200515224219.48a50b28@canb.auug.org.au>
     [not found] ` <129e8dee-76c3-ba9d-e692-d145653bbaaa@infradead.org>
2020-05-15 16:32   ` linux-next: Tree for May 15 (nfs/fsinfo.c) Trond Myklebust
2020-05-15 16:33     ` Trond Myklebust
2020-05-15 16:35     ` Randy Dunlap

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).