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)
commit2f2c63bc221c5fcded24de2704575d0abf96b910
treedacf9f2bdbd101de6525a53571f0f1e48a75902e
parent98d9452448122486f81030c6c70f29471f65e1ce
NFS: Cleanup - only store the write verifier in struct nfs_page

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>
fs/nfs/nfs3xdr.c
fs/nfs/nfs4filelayout.c
fs/nfs/nfs4xdr.c
fs/nfs/write.c
include/linux/nfs_page.h
include/linux/nfs_xdr.h
This page took 0.027484 seconds and 5 git commands to generate.