aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 2cbfc0b04d37..096456c8559b 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -828,6 +828,12 @@ static inline int ext4_valid_inum(struct super_block *sb, unsigned long ino)
828#define EXT4_DEF_MAX_BATCH_TIME 15000 /* 15ms */ 828#define EXT4_DEF_MAX_BATCH_TIME 15000 /* 15ms */
829 829
830/* 830/*
831 * Minimum number of groups in a flexgroup before we separate out
832 * directories into the first block group of a flexgroup
833 */
834#define EXT4_FLEX_SIZE_DIR_ALLOC_SCHEME 4
835
836/*
831 * Structure of a directory entry 837 * Structure of a directory entry
832 */ 838 */
833#define EXT4_NAME_LEN 255 839#define EXT4_NAME_LEN 255