diff options
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r-- | fs/nfsd/netns.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h index 39365636b244..65c2431ea32f 100644 --- a/fs/nfsd/netns.h +++ b/fs/nfsd/netns.h | |||
@@ -34,6 +34,10 @@ struct nfsd_net { | |||
34 | 34 | ||
35 | struct cache_detail *idtoname_cache; | 35 | struct cache_detail *idtoname_cache; |
36 | struct cache_detail *nametoid_cache; | 36 | struct cache_detail *nametoid_cache; |
37 | |||
38 | struct lock_manager nfsd4_manager; | ||
39 | bool grace_ended; | ||
40 | time_t boot_time; | ||
37 | }; | 41 | }; |
38 | 42 | ||
39 | extern int nfsd_net_id; | 43 | extern int nfsd_net_id; |