android_kernel_samsung_a7y1.../fs/jbd2
zhangyi (F) 2e0b1e4145 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>
2020-04-07 13:57:06 +02:00
..
checkpoint.c ext4, jbd2: ensure panic when aborting with zero errno 2020-04-07 13:55:58 +02:00
commit.c jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record 2020-04-07 13:57:06 +02:00
journal.c ext4, jbd2: ensure panic when aborting with zero errno 2020-04-07 13:55:58 +02:00
Kconfig A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
recovery.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
revoke.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
transaction.c jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() 2020-04-07 13:55:23 +02:00