From b9d189e5d1f53709f1bc091a02819ad101bbbc75 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 30 Oct 2002 00:24:12 -0800 Subject: [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. --- include/linux/nfsd/export.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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, -- cgit v1.2.3