From 9db33ae194fb4af7eafaf862fcce5cc6a5c3be5c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 9 Aug 2004 05:39:08 +0000 Subject: [PATCH] Support rtinherit bit in xfs_io chattr/lsattr commands. --- include/xfs_fs.h | 1 + 1 file changed, 1 insertion(+) 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 */ /* -- 2.47.2