aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2019-03-22 11:11:06 -0400
committerJ. Bruce Fields <bfields@redhat.com>2019-07-03 17:52:49 -0400
commite8a79fb14f6b76b502218fce10696f4df9ff19b1 (patch)
tree8206e240dba02943e8e47a0118994b67b4ab30ea /fs/nfsd/netns.h
parentnfsd4: use reference count to free client (diff)
downloadwireguard-linux-e8a79fb14f6b76b502218fce10696f4df9ff19b1.tar.xz
wireguard-linux-e8a79fb14f6b76b502218fce10696f4df9ff19b1.zip
nfsd: add nfsd/clients directory
I plan to expose some information about nfsv4 clients here. Signed-off-by: J. Bruce Fields <bfields@redhat.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 df4ba4b8b540..ad1d74383d67 100644
--- a/fs/nfsd/netns.h
+++ b/fs/nfsd/netns.h
@@ -45,6 +45,8 @@ struct nfsd_net {
/* internal mount of the "nfsd" pseudofilesystem: */
struct vfsmount *nfsd_mnt;
+ struct dentry *nfsd_client_dir;
+
/*
* reclaim_str_hashtbl[] holds known client info from previous reset/reboot
* used in reboot/reset lease grace period processing