mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Minor things noticed while bringing VFD SWMR in line with develop (#1691)
This commit is contained in:
parent
0fba6cbcda
commit
0fffb26c01
@ -2432,7 +2432,7 @@ done:
|
||||
/*------------------------------------------------------------------------------
|
||||
* Function: H5AC_expunge_tag_type_metadata()
|
||||
*
|
||||
* Purpose: Wrapper for cache level function which expunge entries with
|
||||
* Purpose: Wrapper for cache level function which expunges entries with
|
||||
* a specific tag and type id.
|
||||
*
|
||||
* Return: SUCCEED on success, FAIL otherwise.
|
||||
|
20
src/H5C.c
20
src/H5C.c
@ -61,16 +61,16 @@
|
||||
/***********/
|
||||
/* Headers */
|
||||
/***********/
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5Cpkg.h" /* Cache */
|
||||
#include "H5CXprivate.h" /* API Contexts */
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5Fpkg.h" /* Files */
|
||||
#include "H5FLprivate.h" /* Free Lists */
|
||||
#include "H5Iprivate.h" /* IDs */
|
||||
#include "H5MFprivate.h" /* File memory management */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
#include "H5Pprivate.h" /* Property lists */
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5Cpkg.h" /* Cache */
|
||||
#include "H5CXprivate.h" /* API Contexts */
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5Fpkg.h" /* Files */
|
||||
#include "H5FLprivate.h" /* Free Lists */
|
||||
#include "H5Iprivate.h" /* IDs */
|
||||
#include "H5MFprivate.h" /* File memory management */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
#include "H5Pprivate.h" /* Property lists */
|
||||
|
||||
/****************/
|
||||
/* Local Macros */
|
||||
|
@ -2193,7 +2193,7 @@ H5FD_ctl(H5FD_t *file, uint64_t op_code, uint64_t flags, const void *input, void
|
||||
else if (flags & H5FD_CTL__FAIL_IF_UNKNOWN_FLAG) {
|
||||
|
||||
HGOTO_ERROR(H5E_VFL, H5E_FCNTL, FAIL,
|
||||
"VFD ctl request failed (no ctl and fail if unknown flag is set)")
|
||||
"VFD ctl request failed (no ctl callback and fail if unknown flag is set)")
|
||||
}
|
||||
|
||||
done:
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "H5CXprivate.h" /* API Contexts */
|
||||
#include "H5Dprivate.h" /* Datasets */
|
||||
#include "H5Eprivate.h" /* Errors */
|
||||
#include "H5ESprivate.h" /* Event Sets */
|
||||
#include "H5Fprivate.h" /* Files */
|
||||
#include "H5Gprivate.h" /* Groups */
|
||||
#include "H5Iprivate.h" /* IDs */
|
||||
|
Loading…
x
Reference in New Issue
Block a user