diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-10-30 00:24:12 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-10-30 00:24:12 -0800 |
| commit | b9d189e5d1f53709f1bc091a02819ad101bbbc75 (patch) | |
| tree | 4374f37c570fdc265d7e7a92b02ef1f8f4195b8e /include | |
| parent | 23518c213d26f2d84ac37aa78ab87cd678d13c8d (diff) | |
[PATCH] kNFSd: Fix nfs shutdown problem.
The 'unexport everything' that happens when the
last nfsd thread dies was shuting down too much -
things that should only be shut down on module unload.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfsd/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h index 4d692bb2797f..864e3b801f0f 100644 --- a/include/linux/nfsd/export.h +++ b/include/linux/nfsd/export.h @@ -83,6 +83,7 @@ struct svc_expkey { */ void nfsd_export_init(void); void nfsd_export_shutdown(void); +void nfsd_export_flush(void); void exp_readlock(void); void exp_readunlock(void); struct svc_expkey * exp_find_key(struct auth_domain *clp, |
