[PVFS2-CVS] commit by neill in pvfs2/src/io/trove/trove-dbpf: dbpf-dspace.c

CVS commit program cvs at parl.clemson.edu
Fri May 21 15:52:07 EDT 2004


Update of /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf
In directory parlweb:/tmp/cvs-serv16386/src/io/trove/trove-dbpf

Modified Files:
	dbpf-dspace.c 
Log Message:
- for non-blocking the passed in sys_attr structures need to be copied
  to avoid stack corruption/bunk values (similar to credential problem;
  there are probably more instances just like this, and they'll be fixed
  as they come)


Index: dbpf-dspace.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/trove/trove-dbpf/dbpf-dspace.c,v
diff -p -u -r1.97 -r1.98
--- dbpf-dspace.c	4 May 2004 18:26:59 -0000	1.97
+++ dbpf-dspace.c	21 May 2004 18:52:07 -0000	1.98
@@ -752,7 +752,7 @@ static int dbpf_dspace_getattr(TROVE_col
             Lu(handle), ds_attr_p->dfile_count, ds_attr_p->dist_size,
             ds_attr_p->b_size);
 
-       UPDATE_PERF_METADATA_READ();
+        UPDATE_PERF_METADATA_READ();
         return 1;
     }
 



More information about the PVFS2-CVS mailing list