* build failure of next-20220715 due to undeclared identifier 'NFS4_CLIENTS_PER_GB'
@ 2022-07-15 23:02 Sudip Mukherjee (Codethink)
2022-07-15 23:12 ` Chuck Lever III
0 siblings, 1 reply; 2+ messages in thread
From: Sudip Mukherjee (Codethink) @ 2022-07-15 23:02 UTC (permalink / raw)
To: Dai Ngo, Chuck Lever; +Cc: Jeff Layton, linux-nfs, linux-kernel, linux-next
Hi All,
Not sure if it has been reported, multiple configs of arm and mips have
failed to build next-20220715 with the error:
fs/nfsd/nfsctl.c:1504:17: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
max_clients *= NFS4_CLIENTS_PER_GB;
^
fs/nfsd/nfsctl.c:1505:49: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
nn->nfs4_max_clients = max_t(int, max_clients, NFS4_CLIENTS_PER_GB);
^
fs/nfsd/nfsctl.c:1505:49: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
--
Regards
Sudip
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: build failure of next-20220715 due to undeclared identifier 'NFS4_CLIENTS_PER_GB'
2022-07-15 23:02 build failure of next-20220715 due to undeclared identifier 'NFS4_CLIENTS_PER_GB' Sudip Mukherjee (Codethink)
@ 2022-07-15 23:12 ` Chuck Lever III
0 siblings, 0 replies; 2+ messages in thread
From: Chuck Lever III @ 2022-07-15 23:12 UTC (permalink / raw)
To: Sudip Mukherjee (Codethink)
Cc: Dai Ngo, Jeff Layton, Linux NFS Mailing List,
linux-kernel@vger•kernel.org, linux-next@vger•kernel.org
> On Jul 15, 2022, at 7:02 PM, Sudip Mukherjee (Codethink) <sudipm.mukherjee@gmail•com> wrote:
>
> Hi All,
>
> Not sure if it has been reported, multiple configs of arm and mips have
> failed to build next-20220715 with the error:
>
> fs/nfsd/nfsctl.c:1504:17: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
> max_clients *= NFS4_CLIENTS_PER_GB;
> ^
> fs/nfsd/nfsctl.c:1505:49: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
> nn->nfs4_max_clients = max_t(int, max_clients, NFS4_CLIENTS_PER_GB);
> ^
> fs/nfsd/nfsctl.c:1505:49: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
This has been reported and the offending commits have been removed from
the NFSD for-next branch. Dai intends to provide replacements which do
not suffer from this issue.
--
Chuck Lever
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-15 23:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15 23:02 build failure of next-20220715 due to undeclared identifier 'NFS4_CLIENTS_PER_GB' Sudip Mukherjee (Codethink)
2022-07-15 23:12 ` Chuck Lever III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox