kernel-ark/fs/jbd
Jan Kara 00ea81459c [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: Linus Torvalds <torvalds@osdl.org>
2005-06-02 15:12:29 -07:00
..
checkpoint.c [PATCH] ext3: fix log_do_checkpoint() assertion failure 2005-06-02 15:12:29 -07:00
commit.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
journal.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
recovery.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
revoke.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
transaction.c [PATCH] jbd dirty buffer leak fix 2005-04-16 15:26:36 -07:00