Hello, filesystem fuzzing of ocfs2 has revealed some issues in jbd2 where suitably corrupted fs can trigger issues in jbd2 - most notably a complaint about sb->s_sequence being 0 (which is actually correct after recent changes) and also attempt to replay the journal after it has been wiped. Fix them. Honza