Commits
mainzer committed 0135ec8d61a
Reverted optimization in the metadata cache that avoided re-reading the first portion of a metadata cache entry in speculative reads. This is necessary for VFD SWMR as it presumes that metadata entries are read and written atomically. See comments in H5C.c / H5C_load_entry() for further details.