mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
[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:
parent
63f103111f
commit
83b11340d6
2 changed files with 8 additions and 8 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue