[PATCH] nfsd: nfserrno() endianness annotations
[deliverable/linux.git] / include / linux / nfsd / export.h
index 6e78ea969f4935977559495a1a0f139bc2423735..27666f5b8b53ae3b978cce54c981c81cb41cff75 100644 (file)
@@ -118,7 +118,7 @@ struct svc_export * exp_parent(struct auth_domain *clp,
 int                    exp_rootfh(struct auth_domain *, 
                                        char *path, struct knfsd_fh *, int maxsize);
 int                    exp_pseudoroot(struct auth_domain *, struct svc_fh *fhp, struct cache_req *creq);
-int                    nfserrno(int errno);
+__be32                 nfserrno(int errno);
 
 extern struct cache_detail svc_export_cache;
 
This page took 0.044779 seconds and 5 git commands to generate.