Loading fs/ext3/super.c +3 −2 Original line number Diff line number Diff line Loading @@ -2828,7 +2828,8 @@ static int ext3_statfs (struct dentry * dentry, struct kstatfs * buf) */ overhead += ngroups * (2 + sbi->s_itb_per_group); /* Add the journal blocks as well */ /* Add the internal journal blocks as well */ if (sbi->s_journal && !sbi->journal_bdev) overhead += sbi->s_journal->j_maxlen; sbi->s_overhead_last = overhead; Loading Loading
fs/ext3/super.c +3 −2 Original line number Diff line number Diff line Loading @@ -2828,7 +2828,8 @@ static int ext3_statfs (struct dentry * dentry, struct kstatfs * buf) */ overhead += ngroups * (2 + sbi->s_itb_per_group); /* Add the journal blocks as well */ /* Add the internal journal blocks as well */ if (sbi->s_journal && !sbi->journal_bdev) overhead += sbi->s_journal->j_maxlen; sbi->s_overhead_last = overhead; Loading