udf: Always require NLS support
authorJan Kara <jack@suse.cz>
Wed, 11 Apr 2018 10:27:27 +0000 (12:27 +0200)
committerJan Kara <jack@suse.cz>
Thu, 19 Apr 2018 14:00:48 +0000 (16:00 +0200)
commitb8333ea1adf08c5ccc3790403f0d1053e1b49f62
tree6af69d35713f70309d6d8bd4484d7b2d111e50c9
parent44f06ba8297c7e9dfd0e49b40cbe119113cca094
udf: Always require NLS support

UDF needs to convert strings between OSTA CS0 charset and standard UTF8.
Currently we implement our own utf-16 <-> utf-8 translations which is
unnecessary code duplication. Always select NLS so that we can use
translation functions from there.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/Kconfig
fs/udf/super.c