[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/io/trove: pvfs2-storage.h

CVS commit program cvs at parl.clemson.edu
Fri Jan 15 11:46:48 EST 2010


Update of /projects/cvsroot/pvfs2-1/src/io/trove
In directory parlweb1:/tmp/cvs-serv822/src/io/trove

Modified Files:
	pvfs2-storage.h 
Log Message:
patch from Bart Taylor to fix bug in mtime versioning on server


Index: pvfs2-storage.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/trove/pvfs2-storage.h,v
diff -p -u -r1.15 -r1.16
--- pvfs2-storage.h	11 Nov 2008 19:25:57 -0000	1.15
+++ pvfs2-storage.h	15 Jan 2010 16:46:47 -0000	1.16
@@ -155,7 +155,7 @@ do {                                    
         }                                                      \
         else                                                   \
         {                                                      \
-            (dest)->mtime = time(NULL);                        \
+            (dest)->mtime = PINT_util_mktime_version(time(NULL)); \
         }                                                      \
     }                                                          \
     if ((src)->mask & PVFS_ATTR_COMMON_CTIME)                  \



More information about the Pvfs2-cvs mailing list