]> git.baikalelectronics.ru Git - kernel.git/commit
unicode: only export internal symbols for the selftests
authorChristoph Hellwig <hch@lst.de>
Wed, 15 Sep 2021 07:00:06 +0000 (09:00 +0200)
committerGabriel Krisman Bertazi <krisman@collabora.com>
Tue, 12 Oct 2021 14:41:39 +0000 (11:41 -0300)
commit711f4b2fc0551b1418ed8857e7ba65465c7f6a4d
tree49845d3afbc3b2f552f541d0621e877c384f7a58
parentf2d356a1287444df8a30ff0c93b694ea4799f6cc
unicode: only export internal symbols for the selftests

The exported symbols in utf8-norm.c are not needed for normal
file system consumers, so move them to conditional _GPL exports
just for the selftest.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
fs/unicode/utf8-norm.c