fs/jfs: Use common ucs2 upper case table
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 17 Aug 2023 00:22:32 +0000 (01:22 +0100)
committerSteve French <stfrench@microsoft.com>
Wed, 30 Aug 2023 13:55:52 +0000 (08:55 -0500)
commitf3a9b3758e0b6d40183929aba599a7da52313a3e
tree717cc6b9aca9a216be36c4a62d5399d2de9e137f
parentde54845290cee3f65dcd03b35a2bd7f2f7aed2ac
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>
fs/jfs/Kconfig
fs/jfs/Makefile
fs/jfs/jfs_unicode.h
fs/jfs/jfs_uniupr.c [deleted file]
fs/nls/nls_ucs2_data.h [new file with mode: 0644]
fs/nls/nls_ucs2_utils.h