diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2023-08-17 03:22:30 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-08-30 16:55:51 +0300 |
commit | 089f7f591348ca3325639f541fa4f78d9540dab5 (patch) | |
tree | c93e2cbef2728217c8789dfbf4cc0acff58386f8 /fs/smb/server/unicode.c | |
parent | 9e74938954749ecc3e0da63d0e211238ad4b2425 (diff) | |
download | linux-089f7f591348ca3325639f541fa4f78d9540dab5.tar.xz |
fs/smb: Swing unicode common code from smb->NLS
Swing most of the inline functions and unicode tables into nls
from the copy in smb/server. This is UCS-2 rather than most
of the rest of the code in NLS, but it currently seems like the
best place for it.
The actual unicode.c implementations vary much more between server
and client so they're unmoved.
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/smb/server/unicode.c')
-rw-r--r-- | fs/smb/server/unicode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/smb/server/unicode.c b/fs/smb/server/unicode.c index 9ae676906ed3..393dd4a7432b 100644 --- a/fs/smb/server/unicode.c +++ b/fs/smb/server/unicode.c @@ -11,7 +11,6 @@ #include <asm/unaligned.h> #include "glob.h" #include "unicode.h" -#include "uniupr.h" #include "smb_common.h" /* |