summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorAdam Markey <[email protected]>2012-10-09 11:05:53 +0200
committerMark Wielaard <[email protected]>2012-10-10 10:56:42 +0200
commit6a1ed3836d644086a823138c405b48edd38479a3 (patch)
tree7343926dcb9c758f137b2389ada7807e58134f08 /lib/ChangeLog
parent78dec228b3cfb2f9300cd0b682ebf416c9674c91 (diff)
Handle partial read or write.
Ran into a situation where pread was returning less data than requested for remote files on a networked filesystem. This patch modifies the IO wrappers to request the remaining data as long as no real errors occured. Signed-off-by: Adam Markey <[email protected]> Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 46eeeca0..525528a6 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-09 Adam Markey <[email protected]>
+
+ * system.h: Changed pwrite_retry, write_retry, and pread_retry to
+ handle case where not all data was read/written.
+
2012-10-08 Jan Kratochvil <[email protected]>
* system.h (eu_static_assert): New macro.