commit | eda3cef8dd2b83875affe82595db9d0c278879b2 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Oct 19 23:28:38 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Oct 20 10:26:38 2006 -0700 |
tree | 8243651c72751fc2204c8423f8a372c0dddba8a4 | |
parent | b6dff26a08189932eeb0fa4261e09e733b0fc540 [diff] |
[PATCH] NFS: Fix error handling in nfs_direct_write_result() If the RPC call tanked, we should not be checking the return value of data->res.verf->committed, since it is unlikely to even be initialised. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>