jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
authorzhangyi (F) <yi.zhang@huawei.com>
Wed, 4 Dec 2019 12:46:11 +0000 (20:46 +0800)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 22 May 2020 20:19:34 +0000 (21:19 +0100)
commit592eef925e593e2a9a542f3e6ae176f4c1b8379e
tree1c985c7bd0343dd0a5fe3d4878b5b3e9e00a1f3e
parentf9f06c52359ad1acb7ac4c81466d652c9f06fc64
jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record

commit d0a186e0d3e7ac05cc77da7c157dae5aa59f95d9 upstream.

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@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20191204124614.45424-2-yi.zhang@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
fs/jbd2/commit.c