diff options
Diffstat (limited to 'fs/nfsd/nfssvc.c')
-rw-r--r-- | fs/nfsd/nfssvc.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c index 512bd04c6dda..929af233510e 100644 --- a/fs/nfsd/nfssvc.c +++ b/fs/nfsd/nfssvc.c | |||
@@ -70,6 +70,14 @@ static DEFINE_SPINLOCK(nfsd_call_lock); | |||
70 | * Transitions of the thread count between zero and non-zero are of particular | 70 | * Transitions of the thread count between zero and non-zero are of particular |
71 | * interest since the svc_serv needs to be created and initialized at that | 71 | * interest since the svc_serv needs to be created and initialized at that |
72 | * point, or freed. | 72 | * point, or freed. |
73 | * | ||
74 | * Finally, the nfsd_mutex also protects some of the global variables that are | ||
75 | * accessed when nfsd starts and that are settable via the write_* routines in | ||
76 | * nfsctl.c. In particular: | ||
77 | * | ||
78 | * user_recovery_dirname | ||
79 | * user_lease_time | ||
80 | * nfsd_versions | ||
73 | */ | 81 | */ |
74 | DEFINE_MUTEX(nfsd_mutex); | 82 | DEFINE_MUTEX(nfsd_mutex); |
75 | struct svc_serv *nfsd_serv; | 83 | struct svc_serv *nfsd_serv; |