]> git.ipfire.org Git - thirdparty/linux.git/commit
ext4: Convert ext4_fc_submit_bh() to bh_submit()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 28 May 2026 17:31:26 +0000 (18:31 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 4 Jun 2026 08:28:07 +0000 (10:28 +0200)
commitcf3c71eed0b7c089f96905fdfe3cec994737f24f
tree1c5b003e6c37eee37c390b71b742f235d6d7f156
parent576c783cc0d6395feaa56d4a89f2b7b4933a5a3d
ext4: Convert ext4_fc_submit_bh() to bh_submit()

Avoid an extra indirect function call by converting
ext4_end_buffer_io_sync() from bh_end_io_t to bio_end_io_t and
calling bh_submit().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://patch.msgid.link/20260528173150.1093780-14-willy@infradead.org
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: linux-ext4@vger.kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/ext4/fast_commit.c