aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8e9689abbc0c..71c5ce35a1a5 100644
--- a/fs/nfsd/export.c
+++ b/fs/nfsd/export.c
@@ -163,7 +163,7 @@ static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen)
163 cache_flush(); 163 cache_flush();
164 out: 164 out:
165 if (ek) 165 if (ek)
166 cache_put(&ek->h, &svc_expkey_cache); 166 cache_put(&ek->h, cd);
167 if (dom) 167 if (dom)
168 auth_domain_put(dom); 168 auth_domain_put(dom);
169 kfree(buf); 169 kfree(buf);