ext4: Automatically allocate delay allocated blocks on close
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ext4 / ext4.h
index b0ea70cc94dbe696bb0460e77be1c73a069426be..1b0c17364631ae465875061eb2a8046d00e55c17 100644 (file)
@@ -270,6 +270,7 @@ static inline __u32 ext4_mask_flags(umode_t mode, __u32 flags)
 #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 */
+#define EXT4_STATE_DA_ALLOC_CLOSE      0x00000010 /* Alloc DA blks on close */
 
 /* Used to pass group descriptor data when online resize is done */
 struct ext4_new_group_input {