]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()
authorBaokun Li <libaokun1@huawei.com>
Wed, 22 Jan 2025 11:05:25 +0000 (19:05 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Mar 2025 14:08:08 +0000 (10:08 -0400)
commit2f94b537c48db155f5aa68d63b747f9d82248341
treea17141788b509025b166ee86be6afdcc27f6c75b
parent57e7239ce0ed14e81e414c99d57f516f6220a995
ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()

This reduces duplicate code and ensures that a “potential data loss”
warning is available if the unwritten conversion fails.

Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20250122110533.4116662-2-libaokun@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/page-io.c