linux-stable/fs/jbd
Jan Kara 39dbf77a9f [PATCH] ext3: fix log_do_checkpoint() assertion failure
Fix possible false assertion failure in log_do_checkpoint(). We might fail
to detect that we actually made a progress when cleaning up the checkpoint
lists if we don't retry after writing something to disk. The patch was
confirmed to fix observed assertion failures for several users.

When we flushed some buffers we need to retry scanning the list.
Otherwise we can fail to detect our progress.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-06-11 19:45:26 -07:00
..
Makefile 2.6.11 import 2005-05-12 09:59:06 -07:00
checkpoint.c [PATCH] ext3: fix log_do_checkpoint() assertion failure 2005-06-11 19:45:26 -07:00
commit.c 2.6.11 import 2005-05-12 09:59:06 -07:00
journal.c 2.6.11 import 2005-05-12 09:59:06 -07:00
recovery.c 2.6.11 import 2005-05-12 09:59:06 -07:00
revoke.c 2.6.11 import 2005-05-12 09:59:06 -07:00
transaction.c [PATCH] Prevent race condition in jbd 2005-05-12 10:00:18 -07:00