[Pvfs2-cvs] commit by slang in pvfs2/src/io/trove/trove-dbpf: dbpf.h
CVS commit program
cvs at parl.clemson.edu
Tue Aug 22 18:37:55 EDT 2006
Update of /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf
In directory parlweb1:/tmp/cvs-serv32067/src/io/trove/trove-dbpf
Modified Files:
Tag: pvfs2-1-5-branch
dbpf.h
Log Message:
migration fixes for problems seen on bgl:
1. trove_keyval_write requires all keys to be null terminated, and for the
specified length to include the null terminator.
2. need to check that the return value of translate_keyval_key, to make
sure that the keyval isn't a component filename.
Index: dbpf.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf/dbpf.h,v
diff -p -u -r1.69.2.3 -r1.69.2.4
--- dbpf.h 27 Jun 2006 15:52:14 -0000 1.69.2.3
+++ dbpf.h 22 Aug 2006 22:37:55 -0000 1.69.2.4
@@ -22,7 +22,6 @@ extern "C" {
#define TROVE_DBPF_VERSION_KEY "trove-dbpf-version"
#define TROVE_DBPF_VERSION_VALUE "0.1.2"
#define LAST_HANDLE_STRING "last_handle"
-#define ROOT_HANDLE_STRING ROOT_HANDLE_KEYSTR
#ifdef HAVE_DB_DIRTY_READ
#define TROVE_DB_DIRTY_READ DB_DIRTY_READ
More information about the Pvfs2-cvs
mailing list