[PATCH] jbd: log_do_checkpoint fix
authorJan Kara <jack@suse.cz>
Thu, 19 Jan 2006 01:42:19 +0000 (17:42 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:16 +0000 (19:20 -0800)
commit8d3c7fce2d20ecc3264c8d8c91ae3beacdeaed1b
treed338bd23c63a24e08962ab2dfa429ddcf7aed5ad
parent2149bcabc5f6fd635935d57480044ba4c11bc020
[PATCH] jbd: log_do_checkpoint fix

While checkpointing we have to check that our transaction still is in the
checkpoint list *and* (not or) that it's not just a different transaction
with the same address.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/jbd/checkpoint.c