power: supply: Allow charger manager can be built as a module
[linux-2.6-microblaze.git] / fs / nfsd / netns.h
index 9a4ef81..2baf323 100644 (file)
@@ -40,7 +40,7 @@ struct nfsd_net {
 
        struct lock_manager nfsd4_manager;
        bool grace_ended;
-       time_t boot_time;
+       time64_t boot_time;
 
        /* internal mount of the "nfsd" pseudofilesystem: */
        struct vfsmount *nfsd_mnt;
@@ -92,8 +92,8 @@ struct nfsd_net {
        bool in_grace;
        const struct nfsd4_client_tracking_ops *client_tracking_ops;
 
-       time_t nfsd4_lease;
-       time_t nfsd4_grace;
+       time64_t nfsd4_lease;
+       time64_t nfsd4_grace;
        bool somebody_reclaimed;
 
        bool track_reclaim_completes;