Searched hist:fba73005 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | nfs_page.h | fba73005 Wed Oct 19 14:17:29 CDT 2011 Trond Myklebust <Trond.Myklebust@netapp.com> 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> fba73005 Wed Oct 19 14:17:29 CDT 2011 Trond Myklebust <Trond.Myklebust@netapp.com> 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>
|
/openbmc/linux/fs/nfs/ |
H A D | read.c | fba73005 Wed Oct 19 14:17:29 CDT 2011 Trond Myklebust <Trond.Myklebust@netapp.com> 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> fba73005 Wed Oct 19 14:17:29 CDT 2011 Trond Myklebust <Trond.Myklebust@netapp.com> 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>
|