]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext4: initialize the write hint in io_submit_init_bio
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Mar 2026 14:18:06 +0000 (06:18 -0800)
committerEric Biggers <ebiggers@kernel.org>
Mon, 9 Mar 2026 20:31:50 +0000 (13:31 -0700)
commit7737b1b448738be650ddc51fe64b8aae42d433c1
tree048512a4c9e61746318f623057e0e7dbde759fb4
parent1f318b96cc84d7c2ab792fcc0bfd42a7ca890681
ext4: initialize the write hint in io_submit_init_bio

Make io_submit_init_bio complete by also initializing the write hint.

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