Commit d21ec0c33d0a9eb7a6f6c716008863a97797709e

Authored by Al Viro
Committed by Linus Torvalds
1 parent bc4785cd47

[PATCH] xdr annotations: mount_clnt

[pulled from Alexey's patch]

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>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -95,7 +95,7 @@
95 95 * XDR encode/decode functions for MOUNT
96 96 */
97 97 static int
98   -xdr_encode_dirpath(struct rpc_rqst *req, u32 *p, const char *path)
  98 +xdr_encode_dirpath(struct rpc_rqst *req, __be32 *p, const char *path)
99 99 {
100 100 p = xdr_encode_string(p, path);
101 101  
... ... @@ -104,7 +104,7 @@
104 104 }
105 105  
106 106 static int
107   -xdr_decode_fhstatus(struct rpc_rqst *req, u32 *p, struct mnt_fhstatus *res)
  107 +xdr_decode_fhstatus(struct rpc_rqst *req, __be32 *p, struct mnt_fhstatus *res)
108 108 {
109 109 struct nfs_fh *fh = res->fh;
110 110  
... ... @@ -116,7 +116,7 @@
116 116 }
117 117  
118 118 static int
119   -xdr_decode_fhstatus3(struct rpc_rqst *req, u32 *p, struct mnt_fhstatus *res)
  119 +xdr_decode_fhstatus3(struct rpc_rqst *req, __be32 *p, struct mnt_fhstatus *res)
120 120 {
121 121 struct nfs_fh *fh = res->fh;
122 122