[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/server: batch-remove.sm

CVS commit program cvs at parl.clemson.edu
Tue Apr 1 10:55:02 EST 2008


Update of /projects/cvsroot/pvfs2-1/src/server
In directory parlweb1:/tmp/cvs-serv4083/src/server

Modified Files:
      Tag: small-file-branch
	batch-remove.sm 
Log Message:
fix bug to make batch remove work in basic stuffed file case, and note two
issues that need to be resolved for the general case


Index: batch-remove.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/server/Attic/batch-remove.sm,v
diff -p -u -r1.1.2.2 -r1.1.2.3
--- batch-remove.sm	29 Feb 2008 20:20:35 -0000	1.1.2.2
+++ batch-remove.sm	1 Apr 2008 15:55:02 -0000	1.1.2.3
@@ -154,6 +154,11 @@ static PINT_sm_action release(
     job_id_t tmp_id;
     int ret;
 
+    /* TODO: need to check the error code from the actual remove work as
+     * well.  Probably should add an error array to the response so that the
+     * client knows which handles were removed and which weren't
+     */
+
     /* we need to release the scheduled remove request on the target
      * handle.  The schedule call occurred in the prelude_work sm */
 



More information about the Pvfs2-cvs mailing list