[PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_should_end
authorChris Mason <mason@suse.com>
Wed, 1 Feb 2006 11:06:50 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:26 +0000 (08:53 -0800)
commit6ae1ea447d21c4fecf5df8d0e1022461274fb4e8
tree1827567dfb6532bad3f72f10e1bb023cdaee212f
parent3d4492f81dd7b486f1be0616a1ce7f73760f406e
[PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_should_end

reiserfs: journal_transaction_should_end should increase the count of
blocks allocated so the transaction subsystem can keep new writers from
creating a transaction that is too large.

Signed-off-by: Chris Mason <mason@suse.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/journal.c