diff options
author | Theodore Ts'o <tytso@mit.edu> | 2015-10-17 16:15:18 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-10-17 16:15:18 -0400 |
commit | 8b4953e13f4c5d9a3c869f5fca7d51e1700e7db0 (patch) | |
tree | ebce62469d4e5da45530a76caf6a081c4b4791dd /include/uapi | |
parent | 9172796bc3754af73b90cbd70586812ddbc1e0ca (diff) | |
download | op-kernel-dev-8b4953e13f4c5d9a3c869f5fca7d51e1700e7db0.zip op-kernel-dev-8b4953e13f4c5d9a3c869f5fca7d51e1700e7db0.tar.gz |
ext4: reserve code points for the project quota feature
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index 9b964a5..f15d980 100644 --- a/include/uapi/linux/fs.h +++ b/include/uapi/linux/fs.h @@ -197,6 +197,7 @@ struct inodes_stat_t { #define FS_EXTENT_FL 0x00080000 /* Extents */ #define FS_DIRECTIO_FL 0x00100000 /* Use direct i/o */ #define FS_NOCOW_FL 0x00800000 /* Do not cow file */ +#define FS_PROJINHERIT_FL 0x20000000 /* Create with parents projid */ #define FS_RESERVED_FL 0x80000000 /* reserved for ext2 lib */ #define FS_FL_USER_VISIBLE 0x0003DFFF /* User visible flags */ |