NFS: Cleanup - only store the write verifier in struct nfs_page
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 8 Jun 2012 15:56:09 +0000 (11:56 -0400)
committerTrond 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