[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YtHyA8TL8ObXJ6EQ@debian>
Date: Sat, 16 Jul 2022 00:02:27 +0100
From: "Sudip Mukherjee (Codethink)" <sudipm.mukherjee@...il.com>
To: Dai Ngo <dai.ngo@...cle.com>, Chuck Lever <chuck.lever@...cle.com>
Cc: Jeff Layton <jlayton@...nel.org>, linux-nfs@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-next@...r.kernel.org
Subject: build failure of next-20220715 due to undeclared identifier
'NFS4_CLIENTS_PER_GB'
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
Powered by blists - more mailing lists