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!


_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to