aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfsd')
-rw-r--r--include/linux/nfsd/export.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h
index 565c2122993f..e33f747b173c 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -143,8 +143,6 @@ int exp_rootfh(struct net *, struct auth_domain *,
143__be32 exp_pseudoroot(struct svc_rqst *, struct svc_fh *); 143__be32 exp_pseudoroot(struct svc_rqst *, struct svc_fh *);
144__be32 nfserrno(int errno); 144__be32 nfserrno(int errno);
145 145
146extern struct cache_detail svc_export_cache;
147
148static inline void exp_put(struct svc_export *exp) 146static inline void exp_put(struct svc_export *exp)
149{ 147{
150 cache_put(&exp->h, exp->cd); 148 cache_put(&exp->h, exp->cd);