On Wed, Dec 04, 2019 at 08:46:11PM +0800, zhangyi (F) wrote: > We invoke jbd2_journal_abort() to abort the journal and record errno > in the jbd2 superblock when committing journal transaction besides the > failure on submitting the commit record. But there is no need for the > case and we can also invoke jbd2_journal_abort() instead of > __jbd2_journal_abort_hard(). > > Fixes: 818d276ceb83a ("ext4: Add the journal checksum feature") > Signed-off-by: zhangyi (F) <yi.zhang@xxxxxxxxxx> > Reviewed-by: Jan Kara <jack@xxxxxxx> Applied, thanks. - Ted