[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:
@@ -22,7 +22,7 @@
|
||||
/*
|
||||
* Note: we hold the dentry use count while the file is open.
|
||||
*/
|
||||
static u32
|
||||
static __be32
|
||||
nlm_fopen(struct svc_rqst *rqstp, struct nfs_fh *f, struct file **filp)
|
||||
{
|
||||
__be32 nfserr;
|
||||
|
Reference in New Issue
Block a user