[PATCH] nfs: verifier is network-endian
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:
@@ -157,7 +157,7 @@ struct nfs_inode {
|
||||
* This is the cookie verifier used for NFSv3 readdir
|
||||
* operations
|
||||
*/
|
||||
__u32 cookieverf[2];
|
||||
__be32 cookieverf[2];
|
||||
|
||||
/*
|
||||
* This is the list of dirty unwritten pages.
|
||||
|
Reference in New Issue
Block a user