When doping chunked multi-reads of a blob bigger than the max readsize,
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 20 Jun 2011 20:07:29 +0000 (06:07 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 20 Jun 2011 20:07:29 +0000 (06:07 +1000)
commite4a5ba42b8212574a6c75ac518e7b3be6e619a5b
treeaaa8114c78b221d9a56cd1f708ab8477adc129ee
parente8cab72a79a0ebdb36adcb50201de6e92945c1a6
When doping chunked multi-reads of a blob bigger than the max readsize,
a read can sometimes span beyond the end of file.

In which case individual smal read chunks beyond the end of file will return OK, 0 bytes of data and EOF==1

For this case, trap when len==0 and ignore these chunks.
Do not update the read-count if / when len is 0.
examples/nfsclient-sync.c
lib/libnfs.c