]> 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:28 +0000 (12:04 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jan 2026 12:10:12 +0000 (13:10 +0100)
commitbfac7e3ff5871909e8bb90cbf94fb7ced5428c8a
tree167a3dbd2d04e1331a1b765c9dcbdca2ab4371d1
parent86b81d4eab1cd4c56f7447896232cf33472c2395
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")
[cascardo: conflicts due to other parts of ext4_fill_super having been factored out]
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/super.c