]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/ext4_fs.h
ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields
[mirror_ubuntu-zesty-kernel.git] / include / linux / ext4_fs.h
index df5e38faa15fbac9f7d4fe4813c609e769d68e48..52dcc24dd9861e2e30301508283e9ec4913c92a3 100644 (file)
@@ -202,6 +202,7 @@ struct ext4_group_desc
 #define EXT4_STATE_JDATA               0x00000001 /* journaled data exists */
 #define EXT4_STATE_NEW                 0x00000002 /* inode is newly created */
 #define EXT4_STATE_XATTR               0x00000004 /* has in-inode xattrs */
+#define EXT4_STATE_NO_EXPAND           0x00000008 /* No space for expansion */
 
 /* Used to pass group descriptor data when online resize is done */
 struct ext4_new_group_input {