commit | 8d3c7fce2d20ecc3264c8d8c91ae3beacdeaed1b | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Jan 18 17:42:19 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 18 19:20:16 2006 -0800 |
tree | d338bd23c63a24e08962ab2dfa429ddcf7aed5ad | |
parent | 2149bcabc5f6fd635935d57480044ba4c11bc020 [diff] |
[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>