]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:38:42 +0000 (08:38 +0100)
commit6c17450df89894e6c41988b5f97af31ea5863e49
treec7c8df1b10c2ea87f257c6020fedb34e9500e79e
parent94ea0d0f6bf42e34d1a5b5a976867b2ef986c9de
jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record

[ Upstream commit d0a186e0d3e7ac05cc77da7c157dae5aa59f95d9 ]

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: Sasha Levin <sashal@kernel.org>
fs/jbd2/commit.c