[PVFS2-CVS] commit by neill in pvfs2/src/io/job: job.c
CVS commit program
cvs at parl.clemson.edu
Tue Feb 17 11:58:57 EST 2004
Update of /projects/cvsroot/pvfs2/src/io/job
In directory parlweb:/tmp/cvs-serv4324/src/io/job
Modified Files:
job.c
Log Message:
- make flush only sync keyval spaces if metafile and only bstreams if datafiles
- some cleanups
Index: job.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/job/job.c,v
diff -p -u -r1.111 -r1.112
--- job.c 16 Feb 2004 23:12:00 -0000 1.111
+++ job.c 17 Feb 2004 16:58:57 -0000 1.112
@@ -1607,13 +1607,13 @@ int job_trove_keyval_write(PVFS_fs_id co
*/
int job_trove_keyval_flush(PVFS_fs_id coll_id,
- PVFS_handle handle,
- PVFS_ds_flags flags,
- void * user_ptr,
- job_aint status_user_tag,
- job_status_s * out_status_p,
- job_id_t * id,
- job_context_id context_id)
+ PVFS_handle handle,
+ PVFS_ds_flags flags,
+ void * user_ptr,
+ job_aint status_user_tag,
+ job_status_s * out_status_p,
+ job_id_t * id,
+ job_context_id context_id)
{
int ret = -1;
struct job_desc *jd = NULL;
More information about the PVFS2-CVS
mailing list