]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: Move CONFIG_UNICODE defguards into the code flow
authorGabriel Krisman Bertazi <krisman@collabora.com>
Thu, 6 Jun 2024 07:33:52 +0000 (10:33 +0300)
committerChristian Brauner <brauner@kernel.org>
Fri, 7 Jun 2024 15:00:45 +0000 (17:00 +0200)
commitd98c822232f8642960a69caedeb7909471127939
treed8439fca5a5f62f717fc066f0f7488b1538bf8a3
parentd66858eb0c72247e39bc6e33037ee78fcf30d896
ext4: Move CONFIG_UNICODE defguards into the code flow

Instead of a bunch of ifdefs, make the unicode built checks part of the
code flow where possible, as requested by Torvalds.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
[eugen.hristev@collabora.com: port to 6.10-rc1]
Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
Link: https://lore.kernel.org/r/20240606073353.47130-7-eugen.hristev@collabora.com
Reviewed-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ext4/crypto.c
fs/ext4/ext4.h
fs/ext4/namei.c
fs/ext4/super.c