From: Nathan Scott Date: Mon, 9 Aug 2004 05:39:08 +0000 (+0000) Subject: Support rtinherit bit in xfs_io chattr/lsattr commands. X-Git-Tag: v2.7.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db33ae194fb4af7eafaf862fcce5cc6a5c3be5c;p=thirdparty%2Fxfsprogs-dev.git Support rtinherit bit in xfs_io chattr/lsattr commands. --- diff --git a/include/xfs_fs.h b/include/xfs_fs.h index 8b7b3ebc9..096c1f978 100644 --- a/include/xfs_fs.h +++ b/include/xfs_fs.h @@ -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 */ /*