summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-05-03 00:34:20 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-05-03 00:34:20 (GMT)
commit01e55ba75c48f73ba35819b7c9c9f868802ec6f2 (patch)
tree6dee6aa3e70388bd9357f806440bbe0974480c9d /hl/src
parent1a60beea6999013c8763f939655087e2da266225 (diff)
downloadhdf5-01e55ba75c48f73ba35819b7c9c9f868802ec6f2.zip
hdf5-01e55ba75c48f73ba35819b7c9c9f868802ec6f2.tar.gz
hdf5-01e55ba75c48f73ba35819b7c9c9f868802ec6f2.tar.bz2
Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934)
Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/H5DO.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hl/src/H5DO.c b/hl/src/H5DO.c
index be5f658..982625a 100644
--- a/hl/src/H5DO.c
+++ b/hl/src/H5DO.c
@@ -44,7 +44,6 @@ H5DOwrite_chunk(hid_t dset_id, hid_t dxpl_id, uint32_t filters, const hsize_t *o
{
hbool_t created_dxpl = FALSE; /* Whether we created a DXPL */
hbool_t do_direct_write = TRUE; /* Flag for direct writes */
- hbool_t tt=FALSE; /* Flag for direct writes */
uint32_t data_size_32; /* Chunk data size (limited to 32-bits currently) */
herr_t ret_value = FAIL; /* Return value */