summaryrefslogtreecommitdiff
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
authorDai Ngo <dai.ngo@oracle.com>2022-07-16 02:54:52 +0300
committerChuck Lever <chuck.lever@oracle.com>2022-07-30 03:16:56 +0300
commit0926c39515aa065a296e97dfc8790026f1e53f86 (patch)
treed41229407438cd7fa74de074dd1ab5224de6e14c /fs/nfsd/netns.h
parent6867137ebcf4155fe25f2ecf7c29b9fb90a76d1d (diff)
downloadlinux-0926c39515aa065a296e97dfc8790026f1e53f86.tar.xz
NFSD: keep track of the number of v4 clients in the system
Add counter nfs4_client_count to keep track of the total number of v4 clients, including courtesy clients, in the system. Signed-off-by: Dai Ngo <dai.ngo@oracle.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r--fs/nfsd/netns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h
index 1b1a962a1804..ce864f001a3e 100644
--- a/fs/nfsd/netns.h
+++ b/fs/nfsd/netns.h
@@ -189,6 +189,8 @@ struct nfsd_net {
struct nfsd_fcache_disposal *fcache_disposal;
siphash_key_t siphash_key;
+
+ atomic_t nfs4_client_count;
};
/* Simple check to find out if a given net was properly initialized */