summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-21 18:00:14 (GMT)
committerGitHub <noreply@github.com>2023-06-21 18:00:14 (GMT)
commitef24087b1712260d970ec78731cdfbdde8e141e9 (patch)
tree7f6d907a14cd0c666904d5eeaefd87bb58eee5d0 /src/H5AC.c
parent56513d9df75de92bb96f24e9d0e5e30dce54d065 (diff)
downloadhdf5-ef24087b1712260d970ec78731cdfbdde8e141e9.zip
hdf5-ef24087b1712260d970ec78731cdfbdde8e141e9.tar.gz
hdf5-ef24087b1712260d970ec78731cdfbdde8e141e9.tar.bz2
Remove H5F_evict_tagged_metadata() (#3165)
The rest of the library just calls H5AC_evict_tagged_metadata() directly.
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 71f7fc9..dcf7be2 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -2308,14 +2308,15 @@ done:
/*------------------------------------------------------------------------------
* Function: H5AC_evict_tagged_metadata()
*
- * Purpose: Wrapper for cache level function which flushes all metadata
+ * Purpose: Wrapper for cache level function which evicts all metadata
* that contains the specific tag.
*
- * Return: SUCCEED on success, FAIL otherwise.
- *
- * Programmer: Mike McGreevy
- * May 19, 2010
+ * The match_global parameter determines if the global file
+ * data (e.g., global heaps, shared object header messages)
+ * should be checked. This is false when closing objects
+ * and true when flushing.
*
+ * Return: SUCCEED on success, FAIL otherwise.
*------------------------------------------------------------------------------
*/
herr_t