summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-20 21:54:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-20 21:54:04 (GMT)
commit6ee76fffc7ef5689ab204a068e2c23b2d98ab595 (patch)
tree0697fdbe465ac1ffaaa730271b50a94c59b22c2f /src/H5Fsuper.c
parentd96442aae5fe20ea2d6e7bfde75822bb09c9acbd (diff)
downloadhdf5-6ee76fffc7ef5689ab204a068e2c23b2d98ab595.zip
hdf5-6ee76fffc7ef5689ab204a068e2c23b2d98ab595.tar.gz
hdf5-6ee76fffc7ef5689ab204a068e2c23b2d98ab595.tar.bz2
[svn-r17399] Description:
Bring r17393 and r17398 from trunk to 1.8 branch: Bring back more changes from the file free space branch to the trunk. (17393) First set of changes to move VFD 'truncate' call out of H5F_flush and defer it until the file is closed. (17398) Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5Fsuper.c')
-rw-r--r--src/H5Fsuper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fsuper.c b/src/H5Fsuper.c
index b0096cb..3be8069 100644
--- a/src/H5Fsuper.c
+++ b/src/H5Fsuper.c
@@ -704,7 +704,7 @@ H5F_super_ext_write_msg(H5F_t *f, hid_t dxpl_id, void *mesg, unsigned id, hbool_
htri_t status; /* Indicate whether the message exists or not */
herr_t ret_value = SUCCEED; /* Return value */
- FUNC_ENTER_NOAPI_NOINIT(H5F_super_ext_write_msg)
+ FUNC_ENTER_NOAPI(H5F_super_ext_write_msg, FAIL)
/* Sanity checks */
HDassert(f);