summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstore/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 3babb175..d87c3f4c 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,5 +1,7 @@
2001-12-29 Roland McGrath <roland@frob.com>
+ * nbd.c (nbdopen): Fix in last change.
+
* nbd.c (NBD_IO_MAX): New macro.
(nbd_write): Write in chunks no larger than NBD_IO_MAX.
(nbd_read): Cap AMOUNT to NBD_IO_MAX.