From 03ae01ebdfdb22afa20fb0930243701c57797079 Mon Sep 17 00:00:00 2001 From: Stanislav Kinsbursky Date: Wed, 28 Mar 2012 19:09:01 +0400 Subject: [PATCH] --- yaml --- r: 309787 b: refs/heads/master c: d4bb527e9e6c00e6e24f3475fe65db7775ff6c63 h: refs/heads/master i: 309785: d4056d9c3e3e6ae8000673e4773c78019dddccf1 309783: a7920d8fd644c2fd7ce3438ba743aa6c2b072d88 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/export.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7b37b7987adf..35ef2fa405eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 33dcc481eddc3f532732a9582095373fa5354369 +refs/heads/master: d4bb527e9e6c00e6e24f3475fe65db7775ff6c63 diff --git a/trunk/fs/nfsd/export.c b/trunk/fs/nfsd/export.c index 8e9689abbc0c..71c5ce35a1a5 100644 --- a/trunk/fs/nfsd/export.c +++ b/trunk/fs/nfsd/export.c @@ -163,7 +163,7 @@ static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) cache_flush(); out: if (ek) - cache_put(&ek->h, &svc_expkey_cache); + cache_put(&ek->h, cd); if (dom) auth_domain_put(dom); kfree(buf);