summaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/export.h
diff options
context:
space:
mode:
authorAl Viro2006-10-20 08:28:54 +0200
committerLinus Torvalds2006-10-20 19:26:41 +0200
commit63f103111fdfc3cba00e4c94921d32362f375d93 (patch)
treeb0c2e195d64ba2f70c982b069c46ba6eec2c4018 /include/linux/nfsd/export.h
parent[PATCH] nfs_common endianness annotations (diff)
downloadkernel-qcow2-linux-63f103111fdfc3cba00e4c94921d32362f375d93.tar.gz
kernel-qcow2-linux-63f103111fdfc3cba00e4c94921d32362f375d93.tar.xz
kernel-qcow2-linux-63f103111fdfc3cba00e4c94921d32362f375d93.zip
[PATCH] nfsd: nfserrno() endianness annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no> Acked-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/nfsd/export.h')
-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 6e78ea969f49..27666f5b8b53 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -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;