summaryrefslogtreecommitdiff
path: root/fs/jfs/Kconfig
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2023-08-17 01:22:32 +0100
committerSteve French <stfrench@microsoft.com>2023-08-30 08:55:52 -0500
commitf3a9b3758e0b6d40183929aba599a7da52313a3e (patch)
tree717cc6b9aca9a216be36c4a62d5399d2de9e137f /fs/jfs/Kconfig
parentde54845290cee3f65dcd03b35a2bd7f2f7aed2ac (diff)
fs/jfs: Use common ucs2 upper case table
Use the UCS-2 upper case tables from nls, that are shared with smb. This code in JFS is hard to test, so we're only reusing the same tables (which are identical), not trying to reuse the rest of the helper functions. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Dave Kleikamp <dave.kleikamp@oracle.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/jfs/Kconfig')
-rw-r--r--fs/jfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig
index 51e856f0e4b8..eab2f2d2291f 100644
--- a/fs/jfs/Kconfig
+++ b/fs/jfs/Kconfig
@@ -2,6 +2,7 @@
config JFS_FS
tristate "JFS filesystem support"
select NLS
+ select NLS_UCS2_UTILS
select CRC32
select LEGACY_DIRECT_IO
help