]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb23742e7d052e06b3a7f7ab84a9a7d379597708d
treed338bd23c63a24e08962ab2dfa429ddcf7aed5ad
parentb4429d9ecdcc768838526d9c22a376222979c5a6
[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