diff options
Diffstat (limited to 'fs/nfsd/export.c')
| -rw-r--r-- | fs/nfsd/export.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index dcb52b88451..ec16364f782 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c @@ -706,7 +706,7 @@ static struct cache_head *svc_export_alloc(void)  		return NULL;  } -struct cache_detail svc_export_cache_template = { +static struct cache_detail svc_export_cache_template = {  	.owner		= THIS_MODULE,  	.hash_size	= EXPORT_HASHMAX,  	.name		= "nfsd.export",  |