summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-31 07:24:49 +0000
committerRoland McGrath <roland@gnu.org>2001-12-31 07:24:49 +0000
commit461f4887da9756cb6d7a6cf7fe0a1a0f5bb139d3 (patch)
treeb11d6f1c6c4dfbe5d471ca669863aa89a3f84b29
parentbbf7aa7acde0cdcfb630a4ce227901141d82f350 (diff)
.
-rw-r--r--libstore/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index ab72da11..f0eb3d34 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-30 Roland McGrath <roland@frob.com>
+
+ * nbd.c (nbd_read): Request multiple chunks of up to NBD_IO_MAX each.
+ Handle needing multiple io_read calls to receive a single chunk.
+
2001-12-29 Roland McGrath <roland@frob.com>
* nbd.c (nbdopen): Fix in last change.