[PATCH] lockd endianness annotations
Annotated, all places switched to keeping status net-endian. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
905f3ed625
commit
e8c5c045d7
10 changed files with 43 additions and 42 deletions
|
@ -23,7 +23,7 @@ struct svc_rqst;
|
|||
* This is the set of functions for lockd->nfsd communication
|
||||
*/
|
||||
struct nlmsvc_binding {
|
||||
u32 (*fopen)(struct svc_rqst *,
|
||||
__be32 (*fopen)(struct svc_rqst *,
|
||||
struct nfs_fh *,
|
||||
struct file **);
|
||||
void (*fclose)(struct file *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue