commit | fba730050d1246d0e6ef44e026e0b584732fec2b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Oct 19 12:17:29 2011 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Oct 19 13:58:38 2011 -0700 |
tree | 0f82efd65d61d40e6cc994fd8e69b9db0a2e6cb1 | |
parent | fbb5a9abf0d589e9471dc93b18025b7b921d22c9 [diff] |
NFS: Don't rely on PageError in nfs_readpage_release_partial Don't rely on the PageError flag to tell us if one of the partial reads of the page failed. Instead, replace that with a dedicated flag in the struct nfs_page. Then clean out redundant uses of the PageError flag: the VM no longer checks it for reads. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>