lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 6 Dec 2018 17:04:20 -0500 From: Gabriel Krisman Bertazi <krisman@...labora.com> To: tytso@....edu Cc: kernel@...labora.com, linux-ext4@...r.kernel.org, Gabriel Krisman Bertazi <krisman@...labora.co.uk> Subject: [PATCH v4 14/23] nls: utf8: Move nls-utf8{,-core}.c From: Gabriel Krisman Bertazi <krisman@...labora.co.uk> nls_utf8 will be generated from multiple files, so lets move the existing code to a -core suffix. Signed-off-by: Gabriel Krisman Bertazi <krisman@...labora.co.uk> --- fs/nls/Makefile | 3 +++ fs/nls/{nls_utf8.c => nls_utf8-core.c} | 0 2 files changed, 3 insertions(+) rename fs/nls/{nls_utf8.c => nls_utf8-core.c} (100%) diff --git a/fs/nls/Makefile b/fs/nls/Makefile index 840e06aefd47..c94221b6108d 100644 --- a/fs/nls/Makefile +++ b/fs/nls/Makefile @@ -43,7 +43,10 @@ obj-$(CONFIG_NLS_ISO8859_14) += nls_iso8859-14.o obj-$(CONFIG_NLS_ISO8859_15) += nls_iso8859-15.o obj-$(CONFIG_NLS_KOI8_R) += nls_koi8-r.o obj-$(CONFIG_NLS_KOI8_U) += nls_koi8-u.o nls_koi8-ru.o + obj-$(CONFIG_NLS_UTF8) += nls_utf8.o +nls_utf8-y += nls_utf8-core.o + obj-$(CONFIG_NLS_MAC_CELTIC) += mac-celtic.o obj-$(CONFIG_NLS_MAC_CENTEURO) += mac-centeuro.o obj-$(CONFIG_NLS_MAC_CROATIAN) += mac-croatian.o diff --git a/fs/nls/nls_utf8.c b/fs/nls/nls_utf8-core.c similarity index 100% rename from fs/nls/nls_utf8.c rename to fs/nls/nls_utf8-core.c -- 2.20.0.rc2
Powered by blists - more mailing lists