From 218f0a3195e53c147aac27017326edb90e16c77f Mon Sep 17 00:00:00 2001 From: Stanislav Kinsbursky Date: Wed, 28 Mar 2012 19:09:15 +0400 Subject: [PATCH] --- yaml --- r: 309789 b: refs/heads/master c: 71234978e81ee515c8025d087a197561b311c183 h: refs/heads/master i: 309787: 03ae01ebdfdb22afa20fb0930243701c57797079 v: v3 --- [refs] | 2 +- trunk/include/linux/nfsd/export.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c56f61890a48..50c7bb049e80 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db3a35326362624dd4d8473e676d63afa52bedcc +refs/heads/master: 71234978e81ee515c8025d087a197561b311c183 diff --git a/trunk/include/linux/nfsd/export.h b/trunk/include/linux/nfsd/export.h index 64455292bbba..485c2afa96f7 100644 --- a/trunk/include/linux/nfsd/export.h +++ b/trunk/include/linux/nfsd/export.h @@ -147,7 +147,7 @@ extern struct cache_detail svc_export_cache; static inline void exp_put(struct svc_export *exp) { - cache_put(&exp->h, &svc_export_cache); + cache_put(&exp->h, exp->cd); } static inline void exp_get(struct svc_export *exp)