fs/smb: Remove unicode 'lower' tables
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 17 Aug 2023 00:22:29 +0000 (01:22 +0100)
committerSteve French <stfrench@microsoft.com>
Wed, 30 Aug 2023 13:55:51 +0000 (08:55 -0500)
commit9e74938954749ecc3e0da63d0e211238ad4b2425
tree8a926be3ea23d731065be99425d09d2b2dfece35
parentb3773b19d43f4e22d0c819a7514341b26e8fb4a8
fs/smb: Remove unicode 'lower' tables

The unicode glue in smb/*/..uniupr.h has a section guarded
by 'ifndef UNIUPR_NOLOWER' - but that's always
defined in smb/*/..unicode.h.  Nuke those tables.

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/smb/client/cifs_unicode.h
fs/smb/client/cifs_uniupr.h
fs/smb/server/unicode.h
fs/smb/server/uniupr.h