Whamcloud - gitweb
ext2fs: drop ASCII NLS support
authorGabriel Krisman Bertazi <krisman@collabora.com>
Sun, 28 Apr 2019 20:52:12 +0000 (16:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 28 Apr 2019 20:52:12 +0000 (16:52 -0400)
commitf61719cf4796d45a3fb986d3cf974d0552acb09c
treed9a9c035cfd2cc658786f171340b81d65bf5fb1b
parent1b6d59d6995a0789119cce3f13824e3f7e7d1913
ext2fs: drop ASCII NLS support

As agreed on the kernel side, ext4 will only support utf8 for now, and
not plain ASCII, so we don't need this anymore.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/e2p/encoding.c
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_fs.h
lib/ext2fs/nls.h
lib/ext2fs/nls_ascii.c [deleted file]