diff options
author | J. Bruce Fields <bfields@redhat.com> | 2019-03-22 11:11:06 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2019-07-03 17:52:49 -0400 |
commit | e8a79fb14f6b76b502218fce10696f4df9ff19b1 (patch) | |
tree | 8206e240dba02943e8e47a0118994b67b4ab30ea /fs/nfsd/netns.h | |
parent | 59f8e91b75ecf16f22d62eca0659c13901eff5f3 (diff) | |
download | linux-e8a79fb14f6b76b502218fce10696f4df9ff19b1.tar.bz2 |
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.h | 2 |
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 |