|
@@ -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_NEW 0x00000002 /* inode is newly created */
|
|
#define EXT4_STATE_XATTR 0x00000004 /* has in-inode xattrs */
|
|
#define EXT4_STATE_XATTR 0x00000004 /* has in-inode xattrs */
|
|
#define EXT4_STATE_NO_EXPAND 0x00000008 /* No space for expansion */
|
|
#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 */
|
|
/* Used to pass group descriptor data when online resize is done */
|
|
struct ext4_new_group_input {
|
|
struct ext4_new_group_input {
|