]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfsd/netns.h
ext4: don't allow quota mount options when quota feature enabled
[karo-tx-linux.git] / fs / nfsd / netns.h
index fac4123c918c84f77934b6af3c87b272ba180f9a..1051bebff1b0d5c0c1da8d82043506d7eca465d3 100644 (file)
@@ -92,6 +92,15 @@ struct nfsd_net {
 
        time_t nfsd4_lease;
        time_t nfsd4_grace;
+
+       bool nfsd_net_up;
+
+       /*
+        * Time of server startup
+        */
+       struct timeval nfssvc_boot;
+
+       struct svc_serv *nfsd_serv;
 };
 
 /* Simple check to find out if a given net was properly initialized */