Whamcloud - gitweb
libext2fs: remove utf8_* namespace contamination
authorTheodore Ts'o <tytso@mit.edu>
Mon, 29 Apr 2019 13:15:48 +0000 (09:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 29 Apr 2019 13:18:47 +0000 (09:18 -0400)
commit3f85a4c9a811c261b42764a2ef6dbfa10bc1dfdb
tree3bb414bc116455a3c1884af8825775e6f8ba75f8
parent388e1d56d9f5ba233862cd7d363590902f227740
libext2fs: remove utf8_* namespace contamination

Merge nls_utf8-norm.c and nls_utf8.c.  This also allows us to comment
out functions which we don't actually need for e2fsprogs.

Also fix some gcc -Wall complaints, including one which would have
caused utf8_casefold() to misbehave (this was fixed in the kernel, but
not carried back to e2fsprogs).

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/Makefile.in
lib/ext2fs/nls_utf8-norm.c [deleted file]
lib/ext2fs/nls_utf8.c