diff options
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r-- | fs/nfsd/netns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h index 227b93ebb622..08d5fa1ce82a 100644 --- a/fs/nfsd/netns.h +++ b/fs/nfsd/netns.h | |||
@@ -81,6 +81,9 @@ struct nfsd_net { | |||
81 | struct list_head close_lru; | 81 | struct list_head close_lru; |
82 | 82 | ||
83 | struct delayed_work laundromat_work; | 83 | struct delayed_work laundromat_work; |
84 | |||
85 | /* client_lock protects the client lru list and session hash table */ | ||
86 | spinlock_t client_lock; | ||
84 | }; | 87 | }; |
85 | 88 | ||
86 | extern int nfsd_net_id; | 89 | extern int nfsd_net_id; |