[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6d786b6f-33ab-655d-5ad9-62e85e051b95@infradead.org>
Date: Wed, 10 Apr 2019 09:07:37 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: akpm@...ux-foundation.org, broonie@...nel.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, linux-next@...r.kernel.org, mhocko@...e.cz,
mm-commits@...r.kernel.org, sfr@...b.auug.org.au,
linux-nfs@...r.kernel.org
Subject: Re: mmotm 2019-04-09-17-51 uploaded (fs/nfsd/)
On 4/9/19 5:51 PM, akpm@...ux-foundation.org wrote:
> The mm-of-the-moment snapshot 2019-04-09-17-51 has been uploaded to
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
>
> You will need quilt to apply these patches to the latest Linus release (5.x
> or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> http://ozlabs.org/~akpm/mmotm/series
>
> The file broken-out.tar.gz contains two datestamp files: .DATE and
> .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss,
> followed by the base kernel version against which this patch series is to
> be applied.
on x86_64:
CC fs/nfsd/nfssvc.o
../fs/nfsd/nfssvc.c: In function 'nfsd_support_acl_version':
../fs/nfsd/nfssvc.c:145:14: error: 'NFSD_ACL_MINVERS' undeclared (first use in this function); did you mean 'NFSD_MINVERS'?
if (vers >= NFSD_ACL_MINVERS && vers < NFSD_ACL_NRVERS)
^~~~~~~~~~~~~~~~
NFSD_MINVERS
../fs/nfsd/nfssvc.c:145:14: note: each undeclared identifier is reported only once for each function it appears in
../fs/nfsd/nfssvc.c:145:41: error: 'NFSD_ACL_NRVERS' undeclared (first use in this function); did you mean 'NFSD_ACL_MINVERS'?
if (vers >= NFSD_ACL_MINVERS && vers < NFSD_ACL_NRVERS)
^~~~~~~~~~~~~~~
NFSD_ACL_MINVERS
../fs/nfsd/nfssvc.c:146:10: error: 'nfsd_acl_version' undeclared (first use in this function); did you mean 'nfsd_version'?
return nfsd_acl_version[vers] != NULL;
^~~~~~~~~~~~~~~~
nfsd_version
CC net/ipv4/netfilter/ip_tables.o
../fs/nfsd/nfssvc.c: In function 'nfsd_acl_init_request':
../fs/nfsd/nfssvc.c:785:25: error: 'NFSD_ACL_NRVERS' undeclared (first use in this function); did you mean 'NFSD_NRVERS'?
ret->mismatch.lovers = NFSD_ACL_NRVERS;
^~~~~~~~~~~~~~~
NFSD_NRVERS
../fs/nfsd/nfssvc.c:786:11: error: 'NFSD_ACL_MINVERS' undeclared (first use in this function); did you mean 'NFSD_ACL_NRVERS'?
for (i = NFSD_ACL_MINVERS; i < NFSD_ACL_NRVERS; i++) {
^~~~~~~~~~~~~~~~
NFSD_ACL_NRVERS
At top level:
../fs/nfsd/nfssvc.c:774:1: warning: 'nfsd_acl_init_request' defined but not used [-Wunused-function]
nfsd_acl_init_request(struct svc_rqst *rqstp,
^~~~~~~~~~~~~~~~~~~~~
../fs/nfsd/nfssvc.c:751:1: warning: 'nfsd_acl_rpcbind_set' defined but not used [-Wunused-function]
nfsd_acl_rpcbind_set(struct net *net, const struct svc_program *progp,
^~~~~~~~~~~~~~~~~~~~
Full randconfig file is attached.
--
~Randy
View attachment "config-r8318" of type "text/plain" (136672 bytes)
Powered by blists - more mailing lists