aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
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 3b283eaab10d..1051bebff1b0 100644
--- a/fs/nfsd/netns.h
+++ b/fs/nfsd/netns.h
@@ -99,6 +99,8 @@ struct nfsd_net {
99 * Time of server startup 99 * Time of server startup
100 */ 100 */
101 struct timeval nfssvc_boot; 101 struct timeval nfssvc_boot;
102
103 struct svc_serv *nfsd_serv;
102}; 104};
103 105
104/* Simple check to find out if a given net was properly initialized */ 106/* Simple check to find out if a given net was properly initialized */