]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ext4: factor out ext4_hash_info_init()
authorJason Yan <yanaijie@huawei.com>
Thu, 8 Jan 2026 15:04:08 +0000 (12:04 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Jan 2026 14:19:26 +0000 (15:19 +0100)
commitca208416a9bdf14c85901ee7c50552ab33c8086b
tree19699473fa08a49b7707c9b283c6705025f64e9f
parent11bd1c279bac701ba91119875796ffff3b98250e
ext4: factor out ext4_hash_info_init()

commit db9345d9e6f075e1ec26afadf744078ead935fec upstream.

Factor out ext4_hash_info_init() to simplify __ext4_fill_super(). No
functional change.

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20230323140517.1070239-2-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Stable-dep-of: a2187431c395 ("ext4: fix error message when rejecting the default hash")
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/super.c