git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d9452
)
NFS: Cleanup - only store the write verifier in struct nfs_page
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 8 Jun 2012 15:56:09 +0000
(11:56 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 28 Jun 2012 21:20:50 +0000
(17:20 -0400)
The 'committed' field is not needed once we have put the struct nfs_page
on the right list.
Also correct the type of the verifier: it is not an array of __be32, but
simply an 8 byte long opaque array.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found