From: Trond Myklebust Date: Tue, 5 Jun 2012 22:32:03 +0000 (-0400) Subject: NFS: Fix a commit bug X-Git-Tag: v3.5-rc3~6^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bce008bae8b57bc7b007bcc2071d1247a527120;p=pandora-kernel.git NFS: Fix a commit bug The new commit code fails to copy the verifier into the wb_verf field of _all_ the nfs_page structures; it only copies it into the first entry. The consequence is that most requests end up failing to match in nfs_commit_release. Fix is to copy the verifier into the req->wb_verf field in nfs_write_completion. Signed-off-by: Trond Myklebust Cc: Fred Isaman --- Reading git-diff-tree failed