Searched hist:"9 bce008bae8b57bc7b007bcc2071d1247a527120" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | direct.c | diff 9bce008bae8b57bc7b007bcc2071d1247a527120 Tue Jun 05 17:32:03 CDT 2012 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com> Cc: Fred Isaman <iisaman@netapp.com>
|
H A D | write.c | diff 9bce008bae8b57bc7b007bcc2071d1247a527120 Tue Jun 05 17:32:03 CDT 2012 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com> Cc: Fred Isaman <iisaman@netapp.com>
|
/openbmc/linux/include/linux/ |
H A D | nfs_xdr.h | diff 9bce008bae8b57bc7b007bcc2071d1247a527120 Tue Jun 05 17:32:03 CDT 2012 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com> Cc: Fred Isaman <iisaman@netapp.com>
|