]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Support rtinherit bit in xfs_io chattr/lsattr commands.
authorNathan Scott <nathans@sgi.com>
Mon, 9 Aug 2004 05:39:08 +0000 (05:39 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 9 Aug 2004 05:39:08 +0000 (05:39 +0000)
include/xfs_fs.h

index 8b7b3ebc90d22bd70ffae724778752bfe8414e6d..096c1f9784060c1f4cb08295bd64d94646c77d5b 100644 (file)
@@ -76,6 +76,7 @@ struct fsxattr {
 #define XFS_XFLAG_SYNC         0x00000020      /* all writes synchronous */
 #define XFS_XFLAG_NOATIME      0x00000040      /* do not update access time */
 #define XFS_XFLAG_NODUMP       0x00000080      /* do not include in backups */
+#define XFS_XFLAG_RTINHERIT    0x00000100      /* create with rt bit set */
 #define XFS_XFLAG_HASATTR      0x80000000      /* no DIFLAG for this   */
 
 /*