summaryrefslogtreecommitdiffstats
path: root/src/H5Ctag.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-09-26 17:45:07 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-09-26 17:45:07 (GMT)
commit06fa8a94558939400dc43e99c08a784e26dfa01d (patch)
tree8d353cf95fb7f0dab2ab7a53a24035805017b781 /src/H5Ctag.c
parentc8b38985ff8f6cf38ada4a4d13e6d977aec260d5 (diff)
parentab84c029c492ce8c9d3bac8e03bf07e760de9cd7 (diff)
downloadhdf5-06fa8a94558939400dc43e99c08a784e26dfa01d.zip
hdf5-06fa8a94558939400dc43e99c08a784e26dfa01d.tar.gz
hdf5-06fa8a94558939400dc43e99c08a784e26dfa01d.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into feature/vfd_swmr
Conflicts: src/H5AC.c src/H5F.c src/H5Pfapl.c Resolve conflicts for H5AC.c, H5F.c and H5Pfapl.c
Diffstat (limited to 'src/H5Ctag.c')
-rw-r--r--src/H5Ctag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ctag.c b/src/H5Ctag.c
index 16baac3..e4235a8 100644
--- a/src/H5Ctag.c
+++ b/src/H5Ctag.c
@@ -472,7 +472,7 @@ H5C__evict_tagged_entries_cb(H5C_cache_entry_t *entry, void *_ctx)
if(H5C__flush_single_entry(ctx->f, entry, H5C__FLUSH_INVALIDATE_FLAG | H5C__FLUSH_CLEAR_ONLY_FLAG | H5C__DEL_FROM_SLIST_ON_DESTROY_FLAG) < 0)
HGOTO_ERROR(H5E_CACHE, H5E_CANTFLUSH, H5_ITER_ERROR, "Entry eviction failed.")
ctx->evicted_entries_last_pass = TRUE;
- } /* end else-if */
+ }
else
ctx->skipped_pf_dirty_entries = TRUE;