Hi
    I get a issue while mounting the volume at a time. Missing 
jbd2_journal_update_sb_errno() may cause this issue.
    So far as i know,  in  jbd2_journal_clear_err,  journal->j_errno = 0, but 
don't call jbd2_journal_update_sb_errno update sb->s_errno.
  in __journal_abort_soft, journal->j_errno and  sb->s_errno record the abort 
error status.
    the value of sb->s_errno is always EIO, 
jbd2_journal_load->load_superblock->journal->j_errno = be32_to_cpu(sb->s_errno);
    the next time mounting the volume, still get the same issues.  so 
jbd2_journal_update_sb_errno should be called after jbd2_journal_clear_err
     in ocfs2_clear_journal_error.  Anybody ever see this, is it reasonable? 
Thanks

    ocfs2_journal_load
       --jbd2_journal_load
       -- ocfs2_clear_journal_error
            --jbd2_journal_errno
            --jbd2_journal_ack_err
            --jbd2_journal_clear_err
            -- jbd2_journal_update_sb_errno  --update sb_error

    (mount.ocfs2,7417,38):ocfs2_clear_journal_error:1052 ERROR: File system 
error -5 recorded in journal 2.
    (mount.ocfs2,7417,38):ocfs2_clear_journal_error:1054 ERROR: File system on 
device dm-1 needs checking

  Thanks.

________________________________
zhangguanghui

-------------------------------------------------------------------------------------------------------------------------------------
本邮件及其附件含有杭州华三通信技术有限公司的保密信息,仅限于发送给上面地址中列出
的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、
或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本
邮件!
This e-mail and its attachments contain confidential information from H3C, 
which is
intended only for the person or entity whose address is listed above. Any use 
of the
information contained herein in any way (including, but not limited to, total 
or partial
disclosure, reproduction, or dissemination) by persons other than the intended
recipient(s) is prohibited. If you receive this e-mail in error, please notify 
the sender
by phone or email immediately and delete it!
_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to