[PVFS2-CVS]
commit by neill in pvfs2/src/io/trove/trove-dbpf: dbpf-dspace.c
CVS commit program
cvs at parl.clemson.edu
Tue Feb 3 14:58:45 EST 2004
Update of /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf
In directory acid:/tmp/cvs-serv15130/src/io/trove/trove-dbpf
Modified Files:
dbpf-dspace.c
Log Message:
- handle allocator cleanups
- make sure allocator doesn't return non-zero handles if no ranges were set
- make trove test force a specific handle allocation
Index: dbpf-dspace.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf/dbpf-dspace.c,v
diff -p -u -r1.82 -r1.83
--- dbpf-dspace.c 3 Feb 2004 18:30:33 -0000 1.82
+++ dbpf-dspace.c 3 Feb 2004 19:58:45 -0000 1.83
@@ -115,7 +115,7 @@ static int dbpf_dspace_create_op_svc(str
{
int ret, got_db = 0;
TROVE_ds_storedattr_s s_attr;
- TROVE_handle new_handle;
+ TROVE_handle new_handle = TROVE_HANDLE_NULL;
DBT key, data;
DB *db_p;
TROVE_extent cur_extent;
More information about the PVFS2-CVS
mailing list