diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfsd/export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h index 64455292bbba..485c2afa96f7 100644 --- a/include/linux/nfsd/export.h +++ b/include/linux/nfsd/export.h | |||
@@ -147,7 +147,7 @@ extern struct cache_detail svc_export_cache; | |||
147 | 147 | ||
148 | static inline void exp_put(struct svc_export *exp) | 148 | static inline void exp_put(struct svc_export *exp) |
149 | { | 149 | { |
150 | cache_put(&exp->h, &svc_export_cache); | 150 | cache_put(&exp->h, exp->cd); |
151 | } | 151 | } |
152 | 152 | ||
153 | static inline void exp_get(struct svc_export *exp) | 153 | static inline void exp_get(struct svc_export *exp) |