[PATCH] nfsd: misc endianness annotations
[powerpc.git] / include / linux / nfsd / export.h
index 27666f5..045e38c 100644 (file)
@@ -117,7 +117,7 @@ struct svc_export * exp_parent(struct auth_domain *clp,
                                   struct cache_req *reqp);
 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);
+__be32                 exp_pseudoroot(struct auth_domain *, struct svc_fh *fhp, struct cache_req *creq);
 __be32                 nfserrno(int errno);
 
 extern struct cache_detail svc_export_cache;