]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext4: factor out a io_submit_need_new_bio helper
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Mar 2026 14:18:08 +0000 (06:18 -0800)
committerEric Biggers <ebiggers@kernel.org>
Mon, 9 Mar 2026 20:31:50 +0000 (13:31 -0700)
commit5f18a9d2f75a3a5c055c2d777a29b3aa322b04da
treed6b4ab4f425c69cc144679477a2e083234649a6f
parentd3fc0edc8825f39c86dcc4a8b8544f6e25680a51
ext4: factor out a io_submit_need_new_bio helper

Factor out a helper to prepare for making this logic a bit more
complex in the next commit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20260302141922.370070-4-hch@lst.de
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
fs/ext4/page-io.c