[Pvfs2-cvs] commit by nlmills in pvfs2/include: pvfs2-types.h
CVS commit program
cvs at parl.clemson.edu
Tue Jul 15 11:36:33 EDT 2008
Update of /anoncvs/pvfs2/include
In directory parlweb1:/tmp/cvs-serv32129/include
Modified Files:
Tag: cu-security-branch
pvfs2-types.h
Log Message:
added a PVFS_ATTR_SYS flag for capabilities
Index: pvfs2-types.h
===================================================================
RCS file: /anoncvs/pvfs2/include/pvfs2-types.h,v
diff -p -u -r1.147.4.2 -r1.147.4.3
--- pvfs2-types.h 20 Jun 2008 19:13:10 -0000 1.147.4.2
+++ pvfs2-types.h 15 Jul 2008 15:36:33 -0000 1.147.4.3
@@ -322,6 +322,7 @@ typedef struct
#define PVFS_ATTR_SYS_DFILE_COUNT (1 << 25)
#define PVFS_ATTR_SYS_DIRENT_COUNT (1 << 26)
#define PVFS_ATTR_SYS_DIR_HINT (1 << 27)
+#define PVFS_ATTR_SYS_CAPABILITY (1 << 28)
#define PVFS_ATTR_SYS_UID (1 << 0)
#define PVFS_ATTR_SYS_GID (1 << 1)
#define PVFS_ATTR_SYS_PERM (1 << 2)
More information about the Pvfs2-cvs
mailing list