[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/proto: pvfs2-attr.h

CVS commit program cvs at parl.clemson.edu
Thu Feb 28 16:41:15 EST 2008


Update of /projects/cvsroot/pvfs2-1/src/proto
In directory parlweb1:/tmp/cvs-serv29456/src/proto

Modified Files:
      Tag: small-file-branch
	pvfs2-attr.h 
Log Message:
inverted the STUFFED_SIZE flag and renamed it UNSTUFFED.  It is now a marker
to indicate that a file is not stuffed


Index: pvfs2-attr.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/proto/pvfs2-attr.h,v
diff -p -u -r1.40.16.2 -r1.40.16.3
--- pvfs2-attr.h	22 Feb 2008 01:19:31 -0000	1.40.16.2
+++ pvfs2-attr.h	28 Feb 2008 21:41:15 -0000	1.40.16.3
@@ -36,7 +36,7 @@
 #define PVFS_ATTR_META_ALL \
 (PVFS_ATTR_META_DIST | PVFS_ATTR_META_DFILES)
 
-#define PVFS_ATTR_META_STUFFED_SIZE (1 << 12)
+#define PVFS_ATTR_META_UNSTUFFED (1 << 12)
 
 /* internal attribute masks for datafile objects */
 #define PVFS_ATTR_DATA_SIZE            (1 << 15)



More information about the Pvfs2-cvs mailing list