From: Trond Myklebust Date: Fri, 8 Jun 2012 15:56:09 +0000 (-0400) Subject: NFS: Cleanup - only store the write verifier in struct nfs_page X-Git-Tag: v3.6-rc1~38^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2c63bc221c5fcded24de2704575d0abf96b910;p=pandora-kernel.git 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 --- Reading git-diff-tree failed