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)