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, 1 insertions, 1 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h
index 736f0eafcedf..5ed4f277eeac 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -135,7 +135,7 @@ struct svc_export * exp_parent(struct auth_domain *clp,
135 struct cache_req *reqp); 135 struct cache_req *reqp);
136int exp_rootfh(struct auth_domain *, 136int exp_rootfh(struct auth_domain *,
137 char *path, struct knfsd_fh *, int maxsize); 137 char *path, struct knfsd_fh *, int maxsize);
138__be32 exp_pseudoroot(struct auth_domain *, struct svc_fh *fhp, struct cache_req *creq); 138__be32 exp_pseudoroot(struct svc_rqst *, struct svc_fh *);
139__be32 nfserrno(int errno); 139__be32 nfserrno(int errno);
140 140
141extern struct cache_detail svc_export_cache; 141extern struct cache_detail svc_export_cache;