Skip to content

Commit

Permalink
[PATCH] jbd: revert checkpoint list changes
Browse files Browse the repository at this point in the history
This patch reverts commit f93ea41:
  [PATCH] jbd: split checkpoint lists

This broke journal_flush() for OCFS2, which is its method of being sure
that metadata is sent to disk for another node.

And two related commits 8d3c7fc and
43c3e6f with the subjects:
  [PATCH] jbd: log_do_checkpoint fix
  [PATCH] jbd: remove_transaction fix

These seem to be incremental bugfixes on the original patch and as such are
no longer needed.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Cc: Jan Kara <jack@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Mark Fasheh authored and Linus Torvalds committed Feb 15, 2006
1 parent be5efff commit 7c8903f
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 250 deletions.
Loading

0 comments on commit 7c8903f

Please sign in to comment.