All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] [PATCH 0/3] ocfs2: fix some inconsistency problems caused by jbd2_journal_restart()
@ 2015-04-27  2:51 Xue jiufei
  0 siblings, 0 replies; only message in thread
From: Xue jiufei @ 2015-04-27  2:51 UTC (permalink / raw)
  To: ocfs2-devel

I found that function jbd2_journal_restart() is called some places in
ocfs2 without keeping things consistently before. However, 
jbd2_journal_restart() may commit the handle's transaction and restart
another one. If the first transaction is committed successfully
while another not, it may cause filesystem inconsistency or read only.
This is an effort to fix this kind of problems.

Any comments are appreciated, thanks!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-27  2:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27  2:51 [Ocfs2-devel] [PATCH 0/3] ocfs2: fix some inconsistency problems caused by jbd2_journal_restart() Xue jiufei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.