X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fnfsd%2Fnfsfh.c;h=7a3e397b4ed38c709ed698ff8efe930f1849db88;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=3f2ec2e6d06c7d4dc80d98749898e0d9e21589ab;hpb=9464c7cf61b9433057924c36e6e02f303a00e768;p=linux-2.6.git diff --git a/fs/nfsd/nfsfh.c b/fs/nfsd/nfsfh.c index 3f2ec2e6d..7a3e397b4 100644 --- a/fs/nfsd/nfsfh.c +++ b/fs/nfsd/nfsfh.c @@ -506,7 +506,7 @@ fh_put(struct svc_fh *fhp) nfsd_nr_put++; } if (exp) { - cache_put(&exp->h, &svc_export_cache); + svc_export_put(&exp->h, &svc_export_cache); fhp->fh_export = NULL; } return;