summaryrefslogtreecommitdiffstats
path: root/src/H5Defl.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-03-06 22:57:42 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-05-07 21:35:17 (GMT)
commit16f94d39078965a2c5977885d4fb112c12f18ad1 (patch)
treecaf06b257d69971017b5cb1a11469c0f2b5a9913 /src/H5Defl.c
parent80ff6db31555d0cebd65cafef6af18843ec02dc5 (diff)
downloadhdf5-16f94d39078965a2c5977885d4fb112c12f18ad1.zip
hdf5-16f94d39078965a2c5977885d4fb112c12f18ad1.tar.gz
hdf5-16f94d39078965a2c5977885d4fb112c12f18ad1.tar.bz2
Fix issue with direct chunk write not updating the "last chunk" index
cache. Fix issues involving datasets being "not allocated" when they contain cached raw data.
Diffstat (limited to 'src/H5Defl.c')
-rw-r--r--src/H5Defl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Defl.c b/src/H5Defl.c
index 3ebcefb..cda841a 100644
--- a/src/H5Defl.c
+++ b/src/H5Defl.c
@@ -91,6 +91,7 @@ const H5D_layout_ops_t H5D_LOPS_EFL[1] = {{
H5D__efl_construct,
NULL,
H5D__efl_is_space_alloc,
+ NULL,
H5D__efl_io_init,
H5D__contig_read,
H5D__contig_write,