[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:
Al Viro
2006-10-19 23:28:51 -07:00
committed by Linus Torvalds
parent 5704fdeb41
commit bc4785cd47
4 changed files with 9 additions and 9 deletions

View File

@@ -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.