[Ocfs2-devel] [PATCH 0/3] ocfs2: fix some inconsistency problems caused by jbd2_journal_restart()

Xue jiufei xuejiufei at huawei.com
Sun Apr 26 19:51:01 PDT 2015


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!




More information about the Ocfs2-devel mailing list