summaryrefslogtreecommitdiffstats
path: root/include/linux/lockd/share.h
diff options
context:
space:
mode:
authorAl Viro2006-10-20 08:28:46 +0200
committerLinus Torvalds2006-10-20 19:26:40 +0200
commit52921e02a4f4163a7b1f4b5dde71e1debc71de4a (patch)
tree0202a8a4c8c78aed1826540fb33faf64a88837ce /include/linux/lockd/share.h
parent[PATCH] fix svc_procfunc declaration (diff)
downloadkernel-qcow2-linux-52921e02a4f4163a7b1f4b5dde71e1debc71de4a.tar.gz
kernel-qcow2-linux-52921e02a4f4163a7b1f4b5dde71e1debc71de4a.tar.xz
kernel-qcow2-linux-52921e02a4f4163a7b1f4b5dde71e1debc71de4a.zip
[PATCH] lockd endianness annotations
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> 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/lockd/share.h')
-rw-r--r--include/linux/lockd/share.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/lockd/share.h b/include/linux/lockd/share.h
index cd7816e74c05..630c5bf69b07 100644
--- a/include/linux/lockd/share.h
+++ b/include/linux/lockd/share.h
@@ -21,9 +21,9 @@ struct nlm_share {
u32 s_mode; /* deny mode */
};
-u32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
+__be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
struct nlm_args *);
-u32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
+__be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
struct nlm_args *);
void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,
nlm_host_match_fn_t);