[Pvfs2-cvs] commit by bligon in pvfs2/include: pvfs2-types.h

CVS commit program cvs at parl.clemson.edu
Mon May 11 13:48:48 EDT 2009


Update of /projects/cvsroot/pvfs2/include
In directory parlweb1:/tmp/cvs-serv3081/include

Modified Files:
      Tag: ORANGE-BECKY-BRANCH
	pvfs2-types.h 
Log Message:
xattr changes


Index: pvfs2-types.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-types.h,v
diff -p -u -r1.156 -r1.156.14.1
--- pvfs2-types.h	29 Jan 2009 23:39:51 -0000	1.156
+++ pvfs2-types.h	11 May 2009 17:48:48 -0000	1.156.14.1
@@ -369,11 +369,6 @@ typedef struct
 #define PVFS_ATTR_SYS_ALL_TIMES \
 ((PVFS_ATTR_SYS_COMMON_ALL-PVFS_ATTR_SYS_TYPE) | PVFS_ATTR_SYS_ATIME_SET | PVFS_ATTR_SYS_MTIME_SET)
 
-
-/* Extended attribute flags */
-#define PVFS_XATTR_CREATE  0x1
-#define PVFS_XATTR_REPLACE 0x2
-
 /* Extended attribute flags */
 #define PVFS_XATTR_CREATE  0x1
 #define PVFS_XATTR_REPLACE 0x2
@@ -445,7 +440,7 @@ endecode_fields_2(
                                         by <linux/xattr.h> */
 #define PVFS_MAX_XATTR_VALUELEN  8192 /* Not the same as XATTR_SIZE_MAX defined
                                         by <linux/xattr.h> */ 
-#define PVFS_MAX_XATTR_LISTLEN   8    /* Not the same as XATTR_LIST_MAX
+#define PVFS_MAX_XATTR_LISTLEN   8  /* Not the same as XATTR_LIST_MAX
                                           defined by <linux/xattr.h> */
 
 /* This structure is used by the VFS-client interaction alone */



More information about the Pvfs2-cvs mailing list