[PATCH] nfsfh simple 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>
This commit is contained in:
@ -209,9 +209,9 @@ extern char * SVCFH_fmt(struct svc_fh *fhp);
|
||||
/*
|
||||
* Function prototypes
|
||||
*/
|
||||
u32 fh_verify(struct svc_rqst *, struct svc_fh *, int, int);
|
||||
int fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
||||
int fh_update(struct svc_fh *);
|
||||
__be32 fh_verify(struct svc_rqst *, struct svc_fh *, int, int);
|
||||
__be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
||||
__be32 fh_update(struct svc_fh *);
|
||||
void fh_put(struct svc_fh *);
|
||||
|
||||
static __inline__ struct svc_fh *
|
||||
|
Reference in New Issue
Block a user