aboutsummaryrefslogtreecommitdiff
path: root/misc/default_profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/default_profile.c')
-rw-r--r--misc/default_profile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/default_profile.c b/misc/default_profile.c
index 585a34d3..e882b709 100644
--- a/misc/default_profile.c
+++ b/misc/default_profile.c
@@ -13,16 +13,13 @@ const char *mke2fs_default_profile =
" }\n"
" ext4 = {\n"
" features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize\n"
- " inode_size = 256\n"
" }\n"
" small = {\n"
" blocksize = 1024\n"
- " inode_size = 128\n"
" inode_ratio = 4096\n"
" }\n"
" floppy = {\n"
" blocksize = 1024\n"
- " inode_size = 128\n"
" inode_ratio = 8192\n"
" }\n"
" big = {\n"
@@ -45,5 +42,6 @@ const char *mke2fs_default_profile =
" hurd = {\n"
" blocksize = 4096\n"
" inode_size = 128\n"
+ " warn_y2038_dates = 0\n"
" }\n"
;