aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMandy Kirkconnell <alkirkco@sgi.com>2004-02-26 00:31:25 +0000
committerMandy Kirkconnell <alkirkco@sgi.com>2004-02-26 00:31:25 +0000
commitfa03c5d74cf233ded0afbec9bc61c345675bfb5a (patch)
tree795b7b3f07b95cbeb013837e69c1941c2a59e538 /common
parent49c336db0482c5b5af6c4b5d0baf08cb49d31410 (diff)
downloadxfsdump-dev-fa03c5d74cf233ded0afbec9bc61c345675bfb5a.tar.gz
Add xfsdump support for the security extended attributes namespace.
Increment xfsdump version number to 2.2.18.
Diffstat (limited to 'common')
-rw-r--r--common/content_inode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/content_inode.h b/common/content_inode.h
index 2e0e554c..b3a6ad70 100644
--- a/common/content_inode.h
+++ b/common/content_inode.h
@@ -353,6 +353,10 @@ typedef struct extattrhdr extattrhdr_t;
/* checksum is present
*/
+#define EXTATTRHDR_FLAGS_SECURE ( 1 << 3 )
+ /* a "secure" mode attribute
+ */
+
#endif /* EXTATTR */
#endif /* CONTENT_INODE_H */