[PVFS2-CVS]
commit by neill in pvfs2/test/io/trove: test-trove-cancel.c
CVS commit program
cvs at parl.clemson.edu
Tue Feb 3 14:58:48 EST 2004
Update of /projects/cvsroot/pvfs2/test/io/trove
In directory acid:/tmp/cvs-serv15130/test/io/trove
Modified Files:
test-trove-cancel.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: test-trove-cancel.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/trove/test-trove-cancel.c,v
diff -p -u -r1.2 -r1.3
--- test-trove-cancel.c 2 Feb 2004 23:42:00 -0000 1.2
+++ test-trove-cancel.c 3 Feb 2004 19:58:48 -0000 1.3
@@ -127,7 +127,7 @@ int main(int argc, char **argv)
&file_handle,
TROVE_TEST_FILE,
NULL,
- 0 /* flags */,
+ TROVE_FORCE_REQUESTED_HANDLE,
NULL,
trove_context,
&op_id);
More information about the PVFS2-CVS
mailing list