[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/common/misc:
fsck-utils.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 31 10:58:43 EDT 2008
Update of /projects/cvsroot/pvfs2-1/src/common/misc
In directory parlweb1:/tmp/cvs-serv16552/src/common/misc
Modified Files:
Tag: small-file-branch
fsck-utils.c
Log Message:
Added flag to mgmt iterate handles function to allow it to request reserved
handle values. Will be used to get a list of known precreated handle values
so that they can be accounted for in fsck and validate tools. Untested.
Index: fsck-utils.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/common/misc/fsck-utils.c,v
diff -p -u -r1.7.2.2 -r1.7.2.3
--- fsck-utils.c 21 Feb 2008 02:10:09 -0000 1.7.2.2
+++ fsck-utils.c 31 Jul 2008 14:58:43 -0000 1.7.2.3
@@ -1248,7 +1248,7 @@ static int PINT_handle_wrangler_load_han
handle_count_array,
position_array,
PINT_handle_wrangler_handlelist.
- addr_array, server_count, NULL);
+ addr_array, server_count, 0, NULL);
if(err < 0)
{
PVFS_perror_gossip("PVFS_mgmt_iterate_handles", err);
More information about the Pvfs2-cvs
mailing list