Re: linux-next: Tree for May 15 (nfs/fsinfo.c)

From: Trond Myklebust
Date: Fri May 15 2020 - 12:34:02 EST


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@xxxxxxxxxxxxxxx