|
@@ -3331,8 +3331,8 @@ int ext4_calculate_overhead(struct super_block *sb)
|
|
memset(buf, 0, PAGE_SIZE);
|
|
memset(buf, 0, PAGE_SIZE);
|
|
cond_resched();
|
|
cond_resched();
|
|
}
|
|
}
|
|
- /* Add the journal blocks as well */
|
|
|
|
- if (sbi->s_journal)
|
|
|
|
|
|
+ /* Add the internal journal blocks as well */
|
|
|
|
+ if (sbi->s_journal && !sbi->journal_bdev)
|
|
overhead += EXT4_NUM_B2C(sbi, sbi->s_journal->j_maxlen);
|
|
overhead += EXT4_NUM_B2C(sbi, sbi->s_journal->j_maxlen);
|
|
|
|
|
|
sbi->s_overhead = overhead;
|
|
sbi->s_overhead = overhead;
|