On Mon, Oct 15, 2018 at 05:12:13PM -0400, Gabriel Krisman Bertazi wrote: > The s_encoding field in the superblock stores a magic number indicating > the encoding format and version used globally by file and directory > names in the filesystem. > > The s_encoding_flags defines policies for using the charset encoding, > like how to handle invalid sequences and what kind of normalization to > use. > > A feature flag is also allocated to indicate whether this filesystem has > encoding awareness enabled. > > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxxxx> Thanks, applied. - Ted