Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48050 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4.26-pre3/fs/jbd/journal.c (+1 lines)
Lines 671-676 Link Here
671
671
672
	bh = getblk(journal->j_dev, blocknr, journal->j_blocksize);
672
	bh = getblk(journal->j_dev, blocknr, journal->j_blocksize);
673
	lock_buffer(bh);
673
	lock_buffer(bh);
674
	memset(bh->b_data, 0, journal->j_blocksize);
674
	BUFFER_TRACE(bh, "return this buffer");
675
	BUFFER_TRACE(bh, "return this buffer");
675
	return journal_add_journal_head(bh);
676
	return journal_add_journal_head(bh);
676
}
677
}

Return to bug 48050