On Sat, Apr 13, 2019 at 01:43:09AM -0400, Gabriel Krisman Bertazi wrote: > fs->encoding is exposed by the library, so we need to at least try to > load it when populating ext2_filsys. Nevertheless, failing to do so > shouldn't be a fatal error, unless the user really needs that > information. Thus, we ignore this failure during open/initialization > and let the user who needs it validate that field before trying to use > it. > > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> Thanks, applied. - Ted