]> 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)
commit23abc4a18866ff7446eb7dd12263f794a3cedf42
tree49845d3afbc3b2f552f541d0621e877c384f7a58
parent4c4041b3059abc8ffcccafe83e7efb8463d6d3f4
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