aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r--fs/nfsd/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c
index 99ea4c00240..c20a405b586 100644
--- a/fs/nfsd/export.c
+++ b/fs/nfsd/export.c
@@ -1205,7 +1205,7 @@ static int e_show(struct seq_file *m, void *p)
1205 cache_get(&exp->h); 1205 cache_get(&exp->h);
1206 if (cache_check(&svc_export_cache, &exp->h, NULL)) 1206 if (cache_check(&svc_export_cache, &exp->h, NULL))
1207 return 0; 1207 return 0;
1208 cache_put(&exp->h, &svc_export_cache); 1208 exp_put(exp);
1209 return svc_export_show(m, &svc_export_cache, cp); 1209 return svc_export_show(m, &svc_export_cache, cp);
1210} 1210}
1211 1211