[PVFS2-CVS] commit by neill in pvfs2/src/apps/admin: pvfs2-fsck.h

CVS commit program cvs at parl.clemson.edu
Thu Sep 2 12:00:38 EDT 2004


Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb:/tmp/cvs-serv25929/src/apps/admin

Modified Files:
	pvfs2-fsck.h 
Log Message:
- changed PVFS_time from int64_t to uint64_t
- removed pvfs2-fsck compile warning
- fixed bug in sys-remove that erroneously tried to back out of the
  remove even on error codes that are acceptable to return.  now those
  codes are returned.  an example is trying to remove a directory that
  isn't empty and getting the wrong error code all together (i.e. NOT
  -PVFS_ENOTEMPTY) since the crdirent will fail and pass back another
  error code on failure
- simplify atime/mtime/ctime updating and the sys_attr to inode
  conversion in the kernel module


Index: pvfs2-fsck.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-fsck.h,v
diff -p -u -r1.3 -r1.4
--- pvfs2-fsck.h	24 Aug 2004 18:03:15 -0000	1.3
+++ pvfs2-fsck.h	2 Sep 2004 15:00:37 -0000	1.4
@@ -111,7 +111,9 @@ static int handlelist_return_handle(stru
 
 static void handlelist_finalize(struct handlelist **hl);
 
+#if 0
 static void handlelist_print(struct handlelist *hl);
+#endif
 
 #endif
 



More information about the PVFS2-CVS mailing list