diff options
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 2376ac09e013..20d5233856c5 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -2084,7 +2084,7 @@ static int _ext4_show_options(struct seq_file *seq, struct super_block *sb, | |||
2084 | SEQ_OPTS_PRINT("inode_readahead_blks=%u", | 2084 | SEQ_OPTS_PRINT("inode_readahead_blks=%u", |
2085 | sbi->s_inode_readahead_blks); | 2085 | sbi->s_inode_readahead_blks); |
2086 | 2086 | ||
2087 | if (nodefs || (test_opt(sb, INIT_INODE_TABLE) && | 2087 | if (test_opt(sb, INIT_INODE_TABLE) && (nodefs || |
2088 | (sbi->s_li_wait_mult != EXT4_DEF_LI_WAIT_MULT))) | 2088 | (sbi->s_li_wait_mult != EXT4_DEF_LI_WAIT_MULT))) |
2089 | SEQ_OPTS_PRINT("init_itable=%u", sbi->s_li_wait_mult); | 2089 | SEQ_OPTS_PRINT("init_itable=%u", sbi->s_li_wait_mult); |
2090 | if (nodefs || sbi->s_max_dir_size_kb) | 2090 | if (nodefs || sbi->s_max_dir_size_kb) |